chunweilei commented on a change in pull request #2400:
URL: https://github.com/apache/calcite/pull/2400#discussion_r621754899
##########
File path:
core/src/test/resources/org/apache/calcite/test/SqlToRelConverterTest.xml
##########
@@ -7419,6 +7419,18 @@ from dept]]>
<![CDATA[
LogicalProject(EXPR$0=[COMPOSITE($0)])
LogicalTableScan(table=[[CATALOG, SALES, DEPT]])
+]]>
+ </Resource>
+ </TestCase>
+ <TestCase name="testFunctionExprInOver">
+ <Resource name="sql">
+ <![CDATA[select deptno, rank() over(partition by empno order by
deptno) from emp]]>
+ </Resource>
Review comment:
TIPS: sql text seems not right.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]