ygerzhedovich commented on code in PR #2056:
URL: https://github.com/apache/ignite-3/pull/2056#discussion_r1198856799
##########
modules/api/src/main/java/org/apache/ignite/sql/ColumnType.java:
##########
@@ -164,4 +164,23 @@ public static Class<?> columnTypeToClass(ColumnType type) {
throw new IllegalArgumentException("Unsupported type " + type);
}
}
+
+ /**
+ * Column type to Java class for JDBC.
+ */
+ public static Class<?> columnTypeToJdbcClass(ColumnType type) {
Review Comment:
I agree that API module is bad choice for the utility methods, however core
module does not depends API and I'm not sure that should be so.I can't find
good module to move the methods.
My proposal think about right place and move it in separate ticket
--
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]