lxian commented on a change in pull request #1678: [CALCITE-3618]
WindowedAggRelSplitter - correct isDependent() checking
URL: https://github.com/apache/calcite/pull/1678#discussion_r360292125
##########
File path: core/src/test/java/org/apache/calcite/test/JdbcTest.java
##########
@@ -3820,6 +3820,29 @@ public void checkOrderBy(final boolean desc,
"deptno=20; empid=200; hire_date=2014-06-12; R=1");
}
+ @Test public void testNestedWin() {
Review comment:
Do you mean that this test should be added to .iq file instead? May I ask
what kind of test case should be put in JdbcTest.java and what kind of test
case should be put in .iq file ?
----------------------------------------------------------------
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]
With regards,
Apache Git Services