Skip to content

Commit

Permalink
for boolean arguments, could include the name to the call argument
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Cai <caialan@amazon.com>
  • Loading branch information
jpschorr and alancai98 authored Jun 28, 2022
1 parent 2b2a016 commit 7be2154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/test/org/partiql/lang/syntax/SqlParserTestBase.kt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ abstract class SqlParserTestBase : TestBase() {
val expectedPigAst = PartiqlAst.build { expectedPigBuilder() }.toIonElement().toString()

// Refer to comments inside the main body of the following function to see what checks are performed.
assertExpression(source, expectedPigAst, false)
assertExpression(source, expectedPigAst, roundTrip = false)
}

/**
Expand Down

0 comments on commit 7be2154

Please sign in to comment.