Skip to content

Commit

Permalink
Update ppl/src/main/java/org/opensearch/sql/ppl/utils/PPLQueryDataAno…
Browse files Browse the repository at this point in the history
…nymizer.java


Formatting fix

Co-authored-by: Andrew Carbonetto <[email protected]>
Signed-off-by: normanj-bitquill <[email protected]>
  • Loading branch information
normanj-bitquill and acarbonetto committed Dec 3, 2024
1 parent 00fe9be commit 18ccf38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public String visitFillNull(FillNull node, String context) {
firstReplacement,
node.getNullableFieldFills().stream()
.map(n -> visitExpression(n.getNullableFieldReference()))
.collect(Collectors.joining(",")));
.collect(Collectors.joining(", ")));
} else {
return StringUtils.format(
"%s | fillnull using %s",
Expand Down

0 comments on commit 18ccf38

Please sign in to comment.