Hello Quanlong Huang,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/21343
to look at the new patch set (#2).
Change subject: IMPALA-13020: Use 64-bit integer for Thrift max message size on
C++
......................................................................
IMPALA-13020: Use 64-bit integer for Thrift max message size on C++
Currently, Thrift's max message size is specified with a 32-bit
signed integer, so it maxes out at 2GB. Impala has use cases
that can produce messages larger than 2GB, so this patches Thrift
to change the max message size to be an int64_t. This will allow
Impala to specify a limit larger than 2GB. This only applies to
Thrift's C++ code and it does not change Java.
Change-Id: I94fdd7b07fcc8dca0639839b40a9eff815090835
---
M buildall.sh
A
source/thrift/thrift-0.16.0-patches/0007-IMPALA-13020-Use-64-bit-integer-for-max-message-size.patch
2 files changed, 125 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/native-toolchain
refs/changes/43/21343/2
--
To view, visit http://gerrit.cloudera.org:8080/21343
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: native-toolchain
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I94fdd7b07fcc8dca0639839b40a9eff815090835
Gerrit-Change-Number: 21343
Gerrit-PatchSet: 2
Gerrit-Owner: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Quanlong Huang <[email protected]>