zstan commented on code in PR #2047:
URL: https://github.com/apache/ignite-3/pull/2047#discussion_r1201554862


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItImplicitCastsTest.java:
##########
@@ -70,6 +77,8 @@ public void testMergeSort(ColumnPair columnPair) {
         sql(format("CREATE TABLE T11 (c1 int primary key, c2 {})", 
columnPair.lhs));
         sql(format("CREATE TABLE T12 (c1 int primary key, c2 {})", 
columnPair.rhs));
 
+        initData(columnPair);

Review Comment:
   is it useful to add Integer - Double , Float - Double pair here ?



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