hannerwang commented on a change in pull request #2454:
URL: https://github.com/apache/calcite/pull/2454#discussion_r805492595



##########
File path: core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java
##########
@@ -3611,6 +3611,20 @@ void checkCorrelatedMapSubQuery(boolean expand) {
         .convertsTo("${planConverted}");
   }
 
+  /** Test case for
+   * <a 
href="https://issues.apache.org/jira/browse/CALCITE-4683";>[CALCITE-4683]
+   * In-list to join causes field datatypes not matched</a>. */
+  @Test void testInToSemiJoinWithNewProject() {
+    // Before this bug fixed, converting the sql to rel will fail.

Review comment:
       OK, I will do that.




-- 
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]


Reply via email to