Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23948 )
Change subject: IMPALA-14730: Update prettytable for Python 3.12 ...................................................................... IMPALA-14730: Update prettytable for Python 3.12 Updates prettytable to 2.5.0 to fix "SyntaxWarning: invalid escape sequence" from Python 3.12. It requires Python 3.6+. Preserves prettytable 0.7.2 for Python 2.7. Prettytable 3 changed packaging in a way that complicates the upgrade, so this fix sticks with prettytable 2. It also now requires wcwidth, so we choose the last 0.2.x release, which is from the same era as the prettytable 2.5.0 release. Testing: ran test_shell_interactive.py and some ad-hoc testing of table-formatted output. Change-Id: Ied2eb2055d68fde8d241c93f9d268d6be92f8879 Reviewed-on: http://gerrit.cloudera.org:8080/23948 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M infra/python/deps/py2-requirements.txt M infra/python/deps/py3-requirements.txt M infra/python/deps/requirements.txt M shell/requirements.txt 4 files changed, 6 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23948 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ied2eb2055d68fde8d241c93f9d268d6be92f8879 Gerrit-Change-Number: 23948 Gerrit-PatchSet: 5 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
