Wenzhe Zhou has uploaded a new patch set (#6). ( 
http://gerrit.cloudera.org:8080/17946 )

Change subject: IMPALA-10951 (part 1): Upgrade protobuf library in toolchain
......................................................................

IMPALA-10951 (part 1): Upgrade protobuf library in toolchain

Third party libraries - Boost, glog and protobuf in Impala native
tool-chains are be older than the corresponding libraries used by Kudu.
We need to upgrade these three libraries before rebase be/src/kudu.

This patch upgrade protobuf library from 3.5.1 to 3.14.0.
Since google::protobuf::MessageLite::ByteSize() is deprecated in
protobuf v3.14.0, we have to generate patches for orc libraries to
replace the API with google::protobuf::MessageLite::ByteSizeLong().

Bump up Kudu version to 3884a6388 and apply patch for KUDU-3334
(hide protobuf symbols in libkudu_client).

Testing:
 - Built native toolchain on local machine.
 - Built native toolchain with Jenkins job.
 - Built Impala with upgraded toolchain.

Change-Id: I6700d4f8956fb2bdff5fea3bef2572352f175f67
---
M buildall.sh
A 
source/kudu/kudu-3884a6388b-patches/0001-KUDU-3334-hide-protobuf-symbols-in-libkudu_client.patch
A 
source/orc/orc-1.7.0-patches/0004-Replace-protobuf-MessageLite-ByteSize-with-ByteSizeL.patch
3 files changed, 121 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/native-toolchain 
refs/changes/46/17946/6
--
To view, visit http://gerrit.cloudera.org:8080/17946
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: native-toolchain
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6700d4f8956fb2bdff5fea3bef2572352f175f67
Gerrit-Change-Number: 17946
Gerrit-PatchSet: 6
Gerrit-Owner: Wenzhe Zhou <wz...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Joe McDonnell <joemcdonn...@cloudera.com>
Gerrit-Reviewer: Wenzhe Zhou <wz...@cloudera.com>

Reply via email to