mihaibudiu commented on code in PR #3998:
URL: https://github.com/apache/calcite/pull/3998#discussion_r1794433939


##########
core/src/test/java/org/apache/calcite/test/TypeCoercionTest.java:
##########
@@ -253,17 +254,17 @@ private static ImmutableList<RelDataType> combine(
 
     // intersect
     sql("select t1_int, t1_decimal, t1_smallint, t1_double from t1 "
-        + "intersect select t2_varchar20, t2_decimal, t2_float, t2_bigint from 
t2 ")

Review Comment:
   Because float and double are actually the same type, so the tests have 
better coverage now.
   https://issues.apache.org/jira/browse/CALCITE-6074



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