Hello Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19554
to look at the new patch set (#3).
Change subject: IMPALA-11952 (part 4): Fix odds and ends: Octals, long, lambda,
etc.
......................................................................
IMPALA-11952 (part 4): Fix odds and ends: Octals, long, lambda, etc.
There are a variety of small python 3 syntax differences:
- Octals constants need to start with 0o rather than just 0
- Long constants are not supports (i.e. numbers ending with L)
- Lambda syntax is slightly different
- The 'ur' string mode is no longer supported
Testing:
- check-python-syntax.sh now passes
Change-Id: Ie027a50ddf6a2a0db4b34ec9b49484ce86947f20
---
M bin/check-rat-report.py
M docker/test-with-docker.py
M tests/comparison/data_generator_mapred_common.py
M tests/comparison/leopard/front_end.py
M tests/comparison/leopard/impala_docker_env.py
M tests/comparison/leopard/report.py
M tests/custom_cluster/test_breakpad.py
M tests/custom_cluster/test_client_ssl.py
M tests/custom_cluster/test_thrift_socket.py
M tests/util/get_parquet_metadata.py
10 files changed, 29 insertions(+), 30 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/54/19554/3
--
To view, visit http://gerrit.cloudera.org:8080/19554
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ie027a50ddf6a2a0db4b34ec9b49484ce86947f20
Gerrit-Change-Number: 19554
Gerrit-PatchSet: 3
Gerrit-Owner: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>