amitvc commented on a change in pull request #1355: [CALCITE-3228] Error while
applying rule ProjectScanRule: interpreter
URL: https://github.com/apache/calcite/pull/1355#discussion_r311859355
##########
File path: core/src/test/java/org/apache/calcite/tools/FrameworksTest.java
##########
@@ -292,6 +293,37 @@ private void checkTypeSystem(final int expected,
FrameworkConfig config) {
});
}
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-3228">[CALCITE-3228]
+ * Error while applying rule ProjectScanRule:interpreter</a> */
Review comment:
@chunweilei @eolivelli I tested the unit test against this branch and it
works for **"SELECT MIN(n1) as mi, MAX(n1) as ma FROM tblspace1.tsql WHERE
k1='no_results' GROUP BY k1"** query. But the **UPDATE tblspace1.table1 set
n1=1000 WHERE k1 in (SELECT fk FROM tblspace1.table2 WHERE k2=10)** query still
fails
----------------------------------------------------------------
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