[
https://issues.apache.org/jira/browse/HIVE-24483?focusedWorklogId=799673&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-799673
]
ASF GitHub Bot logged work on HIVE-24483:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Aug/22 09:29
Start Date: 10/Aug/22 09:29
Worklog Time Spent: 10m
Work Description: zabetak commented on code in PR #3498:
URL: https://github.com/apache/hive/pull/3498#discussion_r942232816
##########
hbase-handler/src/java/org/apache/hadoop/hive/hbase/ResultWritable.java:
##########
@@ -26,8 +26,8 @@
import org.apache.hadoop.hbase.KeyValue;
import org.apache.hadoop.hbase.KeyValueUtil;
import org.apache.hadoop.hbase.client.Result;
-import org.apache.hadoop.hbase.protobuf.ProtobufUtil;
-import org.apache.hadoop.hbase.protobuf.generated.ClientProtos;
+import org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil;
+import org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos;
Review Comment:
OK, let me rephrase a bit to be sure I understand the current situation.
After the changes in this PR, most parts of Hive will use protobuf 3.21.4 while
the HBase module will keep using protobuf 2.5.0 via the shaded packages. Is
that correct?
Issue Time Tracking
-------------------
Worklog Id: (was: 799673)
Time Spent: 4h 10m (was: 4h)
> Bump protobuf version to 3.21.4 (aarch64 support)
> -------------------------------------------------
>
> Key: HIVE-24483
> URL: https://issues.apache.org/jira/browse/HIVE-24483
> Project: Hive
> Issue Type: Improvement
> Reporter: Cameron Moberg
> Assignee: Ayush Saxena
> Priority: Major
> Labels: pull-request-available
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
> The following protoc version's used in hive is very old i.e. 2.5.0
> [https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/] . The
> v2.5.0 does not have aarch64 support. But the AArch64 support started from
> v3.5.0 on-words in google's protobuf project release.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)