Yuanhao Luo has uploaded a new patch set (#4). Change subject: IMPALA-2878: Fix Base64 Decode error ......................................................................
IMPALA-2878: Fix Base64 Decode error Original Base64Decode() method wouldn't return original string if there ware trailing '\0'. For example, string "a\0" would be encoded into "YQA=", whild calling original Base64Decode() method, the return value is "a", which losts the trailing '\0' of original string "a\0". Change-Id: If3c46023754139ee7eeceeb3b77a3be5d156d608 --- M be/src/exprs/string-functions-ir.cc M be/src/util/url-coding-test.cc M be/src/util/url-coding.cc M be/src/util/url-coding.h 4 files changed, 72 insertions(+), 72 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/44/3244/4 -- To view, visit http://gerrit.cloudera.org:8080/3244 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: If3c46023754139ee7eeceeb3b77a3be5d156d608 Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Yuanhao Luo <[email protected]> Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Yuanhao Luo <[email protected]>
