amanraj2520 commented on code in PR #3902:
URL: https://github.com/apache/hive/pull/3902#discussion_r1060437415
##########
ql/src/java/org/apache/hadoop/hive/ql/io/arrow/Serializer.java:
##########
@@ -97,7 +97,7 @@ class Serializer {
private final VectorAssignRow vectorAssignRow;
private int batchSize;
- private final NullableMapVector rootVector;
+ private final StructVector rootVector;
Review Comment:
In the original PR :
`
NullableMapVector -> StructVector
`
and
`
MapVector -> NonNullableStructVector
`
@abstractdog Please note that the import statements are misplaced in the
original PR. instead of import x,y its import y,x
--
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]