Impala Public Jenkins has submitted this change and it was merged. ( 
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
Reviewed-on: http://gerrit.cloudera.org:8080/18632
Reviewed-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Gergely Fürnstáhl <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
M shell/make_shell_tarball.sh
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Impala Public Jenkins: Looks good to me, approved; Verified
  Gergely Fürnstáhl: Looks good to me, but someone else must approve

--
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: merged
Gerrit-Change-Id: I596121e08a52a4bc6d8668cf7e8b61b6c34eb4b9
Gerrit-Change-Number: 18632
Gerrit-PatchSet: 3
Gerrit-Owner: Quanlong Huang <[email protected]>
Gerrit-Reviewer: Anonymous Coward <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Gergely Fürnstáhl <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>

Reply via email to