[
https://issues.apache.org/jira/browse/HIVE-26899?focusedWorklogId=836579&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-836579
]
ASF GitHub Bot logged work on HIVE-26899:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Jan/23 10:10
Start Date: 03/Jan/23 10:10
Worklog Time Spent: 10m
Work Description: amanraj2520 commented on code in PR #3902:
URL: https://github.com/apache/hive/pull/3902#discussion_r1060437415
##########
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 PR :
`
NullableMapVector -> StructVector
`
and
`
MapVector -> NonNullableStructVector
`
@abstractdog Please note that the import statements are misplaced in the
original PR. instead of import x,y its import y,x
Issue Time Tracking
-------------------
Worklog Id: (was: 836579)
Time Spent: 1h 40m (was: 1.5h)
> 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 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)