Quanlong Huang has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/18632


Change subject: IMPALA-11366: Fix impala-shell build failure if the build date 
contains Non-ASCII characters
......................................................................

IMPALA-11366: Fix impala-shell build failure if the build date contains 
Non-ASCII characters

The version string is generated in bin/save-version.sh where the
BUILD_TIME is the result of `date` command. It could contain Non-ASCII
characters depending on the locale. The date string is then used in
generating impala_build_version.py. So we need to explicitly set the
script's encoding to utf-8.

Change-Id: I596121e08a52a4bc6d8668cf7e8b61b6c34eb4b9
---
M shell/make_shell_tarball.sh
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/32/18632/1
--
To view, visit http://gerrit.cloudera.org:8080/18632
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I596121e08a52a4bc6d8668cf7e8b61b6c34eb4b9
Gerrit-Change-Number: 18632
Gerrit-PatchSet: 1
Gerrit-Owner: Quanlong Huang <huangquanl...@gmail.com>

Reply via email to