cjj2010 commented on code in PR #4933: URL: https://github.com/apache/calcite/pull/4933#discussion_r3225450185
########## testkit/src/main/java/org/apache/calcite/sql/parser/SqlParserTest.java: ########## Review Comment: Perhaps it's a problem with my input method. I intended to add"SELECT DISTINCTON (deptno) empno" and "SELECT DISTINCT ON(deptno) empno". Scenarios like this, where text is written consecutively, should normally result in an error. However, the outcomes of the two situations I executed did not meet my expectations. https://www.postgresql.org/docs/current/queries-select-lists.html#QUERIES-DISTINCT -- 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]
