Wenzhe Zhou has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17946
Change subject: IMPALA-10931 (part 1): Upgrade library protobuf for toolchain ...................................................................... IMPALA-10931 (part 1): Upgrade library protobuf for 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(). 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/orc/orc-1.7.0-patches/0004-Replace-protobuf-MessageLite-ByteSize-with-ByteSizeL.patch 2 files changed, 60 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/46/17946/2 -- 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: newchange Gerrit-Change-Id: I6700d4f8956fb2bdff5fea3bef2572352f175f67 Gerrit-Change-Number: 17946 Gerrit-PatchSet: 2 Gerrit-Owner: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]>
