amanraj2520 commented on code in PR #3902:
URL: https://github.com/apache/hive/pull/3902#discussion_r1060431968
##########
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:
@abstractdog I think I have backported it correctly. If you see in the
Serializer.java in the original commit also they have used StructVector in the
first 2 occurrences and then the NonNullableStructVector in the last 2
occurrences in the Serializer class.
--
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]