xuzifu666 commented on code in PR #4933:
URL: https://github.com/apache/calcite/pull/4933#discussion_r3440082877


##########
babel/src/test/resources/sql/select.iq:
##########
@@ -332,4 +332,82 @@ from emp e join dept d on e.deptno = d.deptno;
 SELECT * REPLACE list contains unknown column(s): DEPTNO
 !error
 
+# [CALCITE-5406] Support the SELECT DISTINCT ON statement for PostgreSQL 
dialect

Review Comment:
   I sincerely apologize; this taught me a valuable lesson. This time, I 
conducted rigorous testing and cross-verification using PostgreSQL, and the 
results matched perfectly. refer to the result: 
https://onecompiler.com/postgresql/44sqjg9t6



-- 
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]

Reply via email to