Skip to content

Commit

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


Fix formatting

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 3ac44f0 commit 0f04940
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public void testCanParseTimestampdiffFunction() {
@Test
public void testCanParseFillNullSameValue() {
assertNotNull(new PPLSyntaxParser().parse("SOURCE=test | fillnull with 0 in a"));
assertNotNull(new PPLSyntaxParser().parse("SOURCE=test | fillnull with 0 in a,b"));
assertNotNull(new PPLSyntaxParser().parse("SOURCE=test | fillnull with 0 in a, b"));
}

@Test
Expand Down

0 comments on commit 0f04940

Please sign in to comment.