Quanlong Huang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16700
Change subject: IMPALA-10145,IMPALA-10299: Bump impala-shell thrift version to 0.11.0-p4 ...................................................................... IMPALA-10145,IMPALA-10299: Bump impala-shell thrift version to 0.11.0-p4 Currently, impala-shell depends on thrift-0.11.0-p2, while impala servers depend on thrift-0.9.3-p8. After 0.10.0, thrift changes its internal strings representation from bytes to unicode (THRIFT-3503) to support Python3. THRIFT-2087 and THRIFT-5303 are two patches for specifying an error handling method in decoding utf-8 strings in thrift. Without them, impala-shell may get an unexpected UnicodeDecodeError when decoding thrift objects from impala servers. This patch bumps impala-shell's thrift version to 0.11.0-p4 to include these two patches. Tests: - This is a regression after we bump impala-shell's thrift version to 0.11. Added a test to avoid the regression in the future. Change-Id: I0f9898639b5648658efc2d3c5c0ee4721fb85776 --- M bin/impala-config.sh M tests/shell/test_shell_commandline.py 2 files changed, 12 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/00/16700/1 -- To view, visit http://gerrit.cloudera.org:8080/16700 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I0f9898639b5648658efc2d3c5c0ee4721fb85776 Gerrit-Change-Number: 16700 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
