You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by nareshgbhat <gi...@git.apache.org> on 2018/08/10 08:02:02 UTC

[GitHub] hive pull request #412: HIVE-20359: Update protobuf to v3.6.1

GitHub user nareshgbhat opened a pull request:

    https://github.com/apache/hive/pull/412

    HIVE-20359: Update protobuf to v3.6.1

    The AArch64 support is released from v3.5.0 onwords. Hence
    update all the pom.xml files to use the latest available prtobuf
    version.
    v3.6.1: https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/
    
    Signed-off-by: Naresh Bhat <na...@linaro.org>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nareshgbhat/hive HIVE-20359_branch-3.1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hive/pull/412.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #412
    
----
commit c91cd6902006aefa058c6fbd495faf055d5c9215
Author: Naresh Bhat <na...@...>
Date:   2018-08-10T07:23:07Z

    HIVE-20359: Update protobuf to v3.6.1
    
    The AArch64 support is released from v3.5.0 onwords. Hence
    update all the pom.xml files to use the latest available prtobuf
    version.
    v3.6.1: https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/
    
    Signed-off-by: Naresh Bhat <na...@linaro.org>

----


---