Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21343
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. 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(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/43/21343/1 -- 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: newchange Gerrit-Change-Id: I94fdd7b07fcc8dca0639839b40a9eff815090835 Gerrit-Change-Number: 21343 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
