Wenzhe Zhou has uploaded a new patch set (#3). ( 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 --- M shell/ImpalaHttpClient.py M shell/cookie_util.py M tests/shell/test_cookie_util.py 3 files changed, 33 insertions(+), 24 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/96/17796/3 -- 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: newpatchset Gerrit-Change-Id: I65432b952929c1c96a081bb87fd4a096624d711b Gerrit-Change-Number: 17796 Gerrit-PatchSet: 3 Gerrit-Owner: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
