turboFei commented on code in PR #6207:
URL: https://github.com/apache/kyuubi/pull/6207#discussion_r1538524370
##########
kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/JdbcColumn.java:
##########
@@ -240,6 +241,8 @@ static String getColumnTypeName(TTypeId type) throws
SQLException {
return "struct";
case NULL_TYPE:
return "void";
+ case USER_DEFINED_TYPE:
+ return "user_defined";
Review Comment:
https://github.com/apache/hive/blob/6dc073b673ec82900424654e5e148625020acd6d/serde/src/java/org/apache/hadoop/hive/serde2/thrift/Type.java#L107C1-L110C20
Yes,it is compatible, just lower case.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]