lowka commented on code in PR #2368:
URL: https://github.com/apache/ignite-3/pull/2368#discussion_r1285421471
##########
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:
I thin this is not correct because there is no SQL type for
NativeType.NUMBER + a number is BigInteger
##########
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:
I think this is not correct because there is no SQL type for
NativeType.NUMBER + a number is BigInteger
--
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]