[ https://issues.apache.org/jira/browse/HIVE-26899?focusedWorklogId=836556&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-836556 ]
ASF GitHub Bot logged work on HIVE-26899: ----------------------------------------- Author: ASF GitHub Bot Created on: 03/Jan/23 09:05 Start Date: 03/Jan/23 09:05 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 ``` https://github.com/apache/hive/commit/4b40f7d2b35df26af773ec138fdf521231792cdf#diff-775dbb64320e715dbeb24be3a156dd6f34fc8f87dac9bd3342385e9163bf69dbR33 please double-check all occurrences Issue Time Tracking ------------------- Worklog Id: (was: 836556) Time Spent: 1h 20m (was: 1h 10m) > 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 20m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.20.10#820010)