Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: zenghua <[email protected]>
  • Loading branch information
zenghua committed Aug 29, 2024
1 parent 28ef893 commit 77529c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public FieldReference visit(FieldReferenceExpression fieldReference) {
return FieldReference.builder()
.type(Objects.requireNonNull(type))
.addSegments(
ImmutableStructField.of(fieldReference.getInputIndex())
ImmutableMapKey.of(ExpressionCreator.string(true, name))
)
.build();
}
Expand Down

0 comments on commit 77529c4

Please sign in to comment.