l4wei commented on code in PR #2938:
URL: https://github.com/apache/calcite/pull/2938#discussion_r1004026696
##########
testkit/src/main/java/org/apache/calcite/sql/parser/SqlParserTest.java:
##########
@@ -3749,26 +3774,26 @@ void checkPeriodPredicate(Checker checker) {
+ "select * from e except "
+ "select * from f union "
+ "select * from g";
- final String expected = "((((SELECT *\n"
+ final String expected = "SELECT *\n"
Review Comment:
`SqlParserTest#testUnionIntersect` has been added. The reason I have not
added CALCITE-5299's java doc on this test case is I think this test case is a
complement for past precedence testing instead of for current CALCITE-5299.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]