xuzifu666 commented on code in PR #5193: URL: https://github.com/apache/calcite/pull/5193#discussion_r3812421970
########## core/src/test/resources/sql/join.iq: ########## @@ -302,6 +302,23 @@ cross join (bonus as b !ok +# [CALCITE-5168] Allow AS after parenthesized JOIN +select d.dname, j.empno, j.ename Review Comment: This sql programe was validated in postgresql: https://onecompiler.com/postgresql/44ypqwt2u -- 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]
