abstractdog commented on code in PR #3902:
URL: https://github.com/apache/hive/pull/3902#discussion_r1060383363
##########
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 master PR I can see
```
NullableMapVector -> NonNullableStructVector
```
here:
```
NullableMapVector -> StructVector
```
https://github.com/apache/hive/commit/4b40f7d2b35df26af773ec138fdf521231792cdf#diff-775dbb64320e715dbeb24be3a156dd6f34fc8f87dac9bd3342385e9163bf69dbR33
please double-check all occurrences
--
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]