Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19554 )
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: - Octal constants need to start with 0o rather than just 0 - Long constants are not supported (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 Reviewed-on: http://gerrit.cloudera.org:8080/19554 Reviewed-by: Joe McDonnell <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Michael Smith <[email protected]> --- 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(-) Approvals: Joe McDonnell: Looks good to me, approved Impala Public Jenkins: Verified Michael Smith: Looks good to me, approved -- 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: merged Gerrit-Change-Id: Ie027a50ddf6a2a0db4b34ec9b49484ce86947f20 Gerrit-Change-Number: 19554 Gerrit-PatchSet: 6 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
