This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from bf7c2088d IMPALA-11986: (part 1) Optimize partition key scans for
Iceberg tables
new adcd14503 IMPALA-14764 (part 1): Vendor LLVM's run-clang-tidy.py
new 9c734dd5f IMPALA-14764 (part 2): Fix LLVM's run-clang-tidy.py stderr
handling
new 69dc0588f IMPALA-14620 (part 1): Remove the Python 2 impala-python
virtualenv
new aa27f16d0 IMPALA-14620 (part 2): Fix code to use 'python3' rather than
'python'
new bcc9c1526 IMPALA-14765: Drop bootstrapping code for platforms removed
in Impala 5
new b8b377d78 IMPALA-14508/IMPALA-14513/IMPALA-14717: Bump toolchain to
pick up new CMake / OpenLDAP / Curl
new 4e2189391 IMPALA-14770: Upgrade impala-python3 to 3.11.14
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 63 +-
LICENSE.txt | 20 +-
be/CMakeLists.txt | 2 +-
be/src/testutil/certificates-info.txt | 19 +-
be/src/testutil/server-cert.pem | 46 +-
be/src/testutil/server-key-password.pem | 60 +-
be/src/testutil/server-key.pem | 55 +-
bin/bootstrap_build.sh | 31 +-
bin/bootstrap_system.sh | 160 +----
bin/bootstrap_toolchain.py | 4 +-
bin/check-pylint-py3k.sh | 137 ----
bin/check-python-syntax.sh | 29 -
bin/cmake_aux/create_virtualenv.sh | 19 +-
bin/create-test-configuration.sh | 2 +-
bin/dump_breakpad_symbols.py | 2 +-
bin/impala-config.sh | 22 +-
bin/impala-env-versioned-python | 26 -
bin/impala-futurize | 21 -
bin/impala-pip | 21 -
bin/impala-py.test | 6 +-
bin/impala-pylint | 21 -
bin/impala-python | 23 -
bin/impala-python-common.sh | 32 -
bin/impala-python3-common.sh | 4 +-
bin/impala-shell.sh | 10 +-
bin/impala-virtualenv | 21 -
bin/init-impala-python.sh | 26 +-
bin/llvm/run-clang-tidy.py | 795 +++++++++++++++++++++
bin/rat_exclude_files.txt | 1 +
bin/run_clang_tidy.sh | 9 +-
cmake_modules/FindHDFS.cmake | 5 +-
cmake_modules/FindThriftCpp.cmake | 4 +-
cmake_modules/kudu_cmake_fns.txt | 2 +-
common/thrift/CMakeLists.txt | 4 +-
docker/entrypoint.sh | 31 +-
.../apache/impala/customcluster/JwtHttpTest.java | 2 +-
.../impala/customcluster/LdapImpalaShellTest.java | 4 +-
infra/python/bootstrap_virtualenv.py | 162 ++---
infra/python/deps/pip_download.py | 1 -
infra/python/deps/py2-requirements.txt | 33 -
infra/python/deps/py3-requirements.txt | 51 --
infra/python/deps/requirements.txt | 70 +-
infra/python/deps/setuptools-requirements.txt | 8 +-
shell/CMakeLists.txt | 17 -
shell/packaging/make_shell_tarball.sh | 12 +-
testdata/bin/download-impala-jdbc-driver.sh | 4 +-
testdata/bin/jwt-generate.sh | 4 +-
testdata/bin/setup-ranger.sh | 8 +-
.../cluster/ranger/install.properties.template | 2 +-
tests/common/custom_cluster_test_suite.py | 4 +-
tests/common/impala_cluster.py | 17 +-
tests/common/network.py | 6 -
tests/common/resource_pool_config.py | 2 +-
tests/common/test_result_verifier.py | 8 +-
tests/comparison/cluster.py | 2 +-
tests/comparison/leopard/controller.py | 2 +-
tests/custom_cluster/test_admission_controller.py | 2 +-
tests/custom_cluster/test_client_ssl.py | 36 +-
tests/custom_cluster/test_thrift_socket.py | 12 -
tests/run-tests.py | 2 +-
tests/shell/test_shell_commandline.py | 3 -
tests/shell/test_shell_interactive.py | 2 -
tests/shell/util.py | 8 -
tests/stress/query_retries_stress_runner.py | 4 +-
tests/util/auto_scaler.py | 4 +-
65 files changed, 1125 insertions(+), 1100 deletions(-)
delete mode 100755 bin/check-pylint-py3k.sh
delete mode 100755 bin/impala-env-versioned-python
delete mode 100755 bin/impala-futurize
delete mode 100755 bin/impala-pip
delete mode 100755 bin/impala-pylint
delete mode 100755 bin/impala-python
delete mode 100644 bin/impala-python-common.sh
delete mode 100755 bin/impala-virtualenv
create mode 100755 bin/llvm/run-clang-tidy.py
delete mode 100644 infra/python/deps/py2-requirements.txt
delete mode 100644 infra/python/deps/py3-requirements.txt