deniskuzZ commented on code in PR #4672:
URL: https://github.com/apache/hive/pull/4672#discussion_r1329927138
##########
serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/TypeInfoUtils.java:
##########
@@ -1009,4 +1009,29 @@ public static boolean implicitConvertible(TypeInfo from,
TypeInfo to) {
}
return false;
}
+
+ public static boolean shouldEncloseQuotes(PrimitiveCategory category) {
Review Comment:
@kasakrisz does this look correct to you? I think you mentioned there is
transformer for that
--
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]