NobiGo commented on code in PR #3889:
URL: https://github.com/apache/calcite/pull/3889#discussion_r1712844377


##########
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java:
##########
@@ -491,6 +491,28 @@ private static String toSql(RelNode root, SqlDialect 
dialect,
     relFn(relFn).ok(expected);
   }
 
+  @Test void testSelectWhereIn2() {

Review Comment:
   I had the same idea before. I added this test case because I want to know if 
RelBuilder generates the UNION when IN-List has CAST. But It doesn't. 



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