Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17796 )
Change subject: IMPALA-10784 (part 2): Fix retaining cookies for impala-shell ...................................................................... IMPALA-10784 (part 2): Fix retaining cookies for impala-shell Previous patch added support for retaining cookies in impala-shell. Some issues were found when porting the patch to impyla, like expiry time of cookie could be none, coding not as Pythonic coding. This patch fixs those issues for impala-shell. Testing: - Passed core test. Change-Id: I65432b952929c1c96a081bb87fd4a096624d711b Reviewed-on: http://gerrit.cloudera.org:8080/17796 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M shell/ImpalaHttpClient.py M shell/cookie_util.py M tests/shell/test_cookie_util.py 3 files changed, 33 insertions(+), 24 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/17796 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I65432b952929c1c96a081bb87fd4a096624d711b Gerrit-Change-Number: 17796 Gerrit-PatchSet: 5 Gerrit-Owner: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Attila Jeges <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
