Skip to content

Commit

Permalink
Update ppl/src/test/java/org/opensearch/sql/ppl/parser/AstBuilderTest…
Browse files Browse the repository at this point in the history
….java


Fix formatting

Co-authored-by: Andrew Carbonetto <[email protected]>
Signed-off-by: normanj-bitquill <[email protected]>
  • Loading branch information
normanj-bitquill and acarbonetto authored Dec 3, 2024
1 parent 16a96f5 commit c64593e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ public void testMLCommand() {
@Test
public void testFillNullCommandSameValue() {
assertEqual(
"source=t | fillnull with 0 in a,b,c",
"source=t | fillnull with 0 in a, b, c",
new FillNull(
relation("t"),
FillNull.ContainNullableFieldFill.ofSameValue(
Expand Down

0 comments on commit c64593e

Please sign in to comment.