snuyanzin commented on code in PR #3690:
URL: https://github.com/apache/calcite/pull/3690#discussion_r1512681053


##########
testkit/src/main/java/org/apache/calcite/sql/parser/SqlParserTest.java:
##########
@@ -3606,9 +3606,7 @@ void checkPeriodPredicate(Checker checker) {
   @Test void testMixedFrom() {
     sql("select * from a join b using (x), c join d using (y)")
         .ok("SELECT *\n"
-            + "FROM `A`\n"

Review Comment:
   yep, that I also realised this is an issue...
   
   Would be great to hear any ideas how we can cope with the original parser 
issue



-- 
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: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to