You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2021/04/28 02:06:58 UTC

[GitHub] [calcite] chunweilei commented on a change in pull request #2400: [CALCITE-4584] Using function in partition by list of over window cause converting exception

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:
users@infra.apache.org