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
```
##########
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
```
--
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]