soumyakanti3578 commented on code in PR #3923:
URL: https://github.com/apache/hive/pull/3923#discussion_r1088298367
##########
ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java:
##########
@@ -8722,8 +8722,18 @@ private ExprNodeDesc handleConversion(StructField
tableField, ColumnInfo rowFiel
// need to do some conversions here
conversion.set(true);
if (tableFieldTypeInfo.getCategory() != Category.PRIMITIVE) {
- // cannot convert to complex types
- column = null;
+ // handle array in case of complex types
+ String array_type_prefix = "array<";
Review Comment:
nit: For variable names, please use CamelCase.
--
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]