[
https://issues.apache.org/jira/browse/HIVE-24483?focusedWorklogId=798412&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-798412
]
ASF GitHub Bot logged work on HIVE-24483:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Aug/22 12:33
Start Date: 05/Aug/22 12:33
Worklog Time Spent: 10m
Work Description: ayushtkn commented on code in PR #3498:
URL: https://github.com/apache/hive/pull/3498#discussion_r938766882
##########
standalone-metastore/metastore-common/pom.xml:
##########
@@ -457,7 +457,7 @@
<goal>run</goal>
</goals>
<configuration>
-
<protocArtifact>${protobuf.group}:protoc:${protobuf-exc.version}</protocArtifact>
+
<protocArtifact>com.google.protobuf:protoc:3.21.4</protocArtifact>
Review Comment:
Makes sense changed in the latest commit
Issue Time Tracking
-------------------
Worklog Id: (was: 798412)
Time Spent: 3h 50m (was: 3h 40m)
> Bump protobuf version to 3.21.1 (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: Minor
> Labels: pull-request-available
> Time Spent: 3h 50m
> 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)