[
https://issues.apache.org/jira/browse/HIVE-26899?focusedWorklogId=836555&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-836555
]
ASF GitHub Bot logged work on HIVE-26899:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Jan/23 09:04
Start Date: 03/Jan/23 09:04
Worklog Time Spent: 10m
Work Description: 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
```
Issue Time Tracking
-------------------
Worklog Id: (was: 836555)
Time Spent: 1h 10m (was: 1h)
> Backport HIVE-20751 HIVE-23987 Upgrade arrow to 0.11.0 in branch-3
> ------------------------------------------------------------------
>
> Key: HIVE-26899
> URL: https://issues.apache.org/jira/browse/HIVE-26899
> Project: Hive
> Issue Type: Sub-task
> Reporter: Aman Raj
> Assignee: Aman Raj
> Priority: Critical
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)