[
https://issues.apache.org/jira/browse/HIVE-24483?focusedWorklogId=799642&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-799642
]
ASF GitHub Bot logged work on HIVE-24483:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Aug/22 08:28
Start Date: 10/Aug/22 08:28
Worklog Time Spent: 10m
Work Description: zabetak commented on code in PR #3498:
URL: https://github.com/apache/hive/pull/3498#discussion_r942169621
##########
data/files/datasets/src_hbase/load.hive.sql:
##########
@@ -1,3 +1,5 @@
+DROP table if exists src_hbase_tmp;
Review Comment:
No need, I was just wondering if it was somehow related to upgrade.
Issue Time Tracking
-------------------
Worklog Id: (was: 799642)
Time Spent: 4h (was: 3h 50m)
> 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
> 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)