AshinGau commented on code in PR #19990: URL: https://github.com/apache/doris/pull/19990#discussion_r1241990579
########## fe/be-java-extensions/java-common/src/main/java/org/apache/doris/common/jni/vec/ColumnType.java: ########## @@ -258,6 +258,9 @@ public static ColumnType parseType(String columnName, String hiveType) { case "largeint": type = Type.LARGEINT; break; + case "long": Review Comment: we should generate hive compatible types. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org