JiajunBernoulli commented on code in PR #2811:
URL: https://github.com/apache/calcite/pull/2811#discussion_r878809311
##########
core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java:
##########
@@ -1704,6 +1704,23 @@ void checkCorrelatedMapSubQuery(boolean expand) {
sql(sql).withExpand(false).ok();
}
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-5156">[CALCITE-5156]
+ * Support implicit type cast for IN Sub-query</a>. */
+ @Test void testInSubQueryWithTypeCast() {
Review Comment:
Maybe the UnitTest can be writtren in TypeCoercionConverterTest
> Just minor comment
--
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]