lowka commented on code in PR #2368:
URL: https://github.com/apache/ignite-3/pull/2368#discussion_r1285531314


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/table/ItPublicApiColocationTest.java:
##########
@@ -284,6 +284,7 @@ private static String sqlTypeName(NativeTypeSpec type) {
             case INT32:
                 return "integer";
             case INT64:
+            case NUMBER:

Review Comment:
   There is no need for this change because NativeType::Number is part of 
EXCLUDED_TYPES defined by this class.



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