[
https://issues.apache.org/jira/browse/HIVE-26899?focusedWorklogId=836576&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-836576
]
ASF GitHub Bot logged work on HIVE-26899:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Jan/23 10:03
Start Date: 03/Jan/23 10:03
Worklog Time Spent: 10m
Work Description: 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.
Issue Time Tracking
-------------------
Worklog Id: (was: 836576)
Time Spent: 1.5h (was: 1h 20m)
> 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: 1.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)