This is an automated email from the ASF dual-hosted git repository.
laszlog pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 7f38c7ed6 IMPALA-13890: Deflake
test_coord_only_pool_one_quiescing_coord
new 0b3bc412f IMPALA-13738 (Part1): Refactor IcebergTable.getPartialInfo()
new 2cf577789 IMPALA-13826: Migrate from imp to importlib in the config
generator
new e6078b428 IMPALA-13825: Extend Docker container build to custom base
images
The 3 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:
bin/generate_xml_config.py | 30 +++++++-
bin/impala-config.sh | 11 +++
.../dockerized-impala-bootstrap-and-test.sh | 3 +-
bin/start-impala-cluster.py | 60 ++++++++++++++++
docker/CMakeLists.txt | 69 ++++++++++--------
docker/daemon_entrypoint.sh | 22 +++++-
docker/docker-build.sh | 1 +
docker/impala_base/Dockerfile | 10 ++-
docker/impala_profile_tool/Dockerfile | 13 +++-
docker/install_bash_if_needed.sh | 74 ++++++++++++++++++++
docker/install_os_packages.sh | 65 ++++++++++++++++-
docker/setup_build_context.py | 5 ++
.../org/apache/impala/catalog/FeFsPartition.java | 42 +++++++++++
.../java/org/apache/impala/catalog/FeFsTable.java | 7 ++
.../org/apache/impala/catalog/HdfsPartition.java | 81 ++++++++++++++++++----
.../java/org/apache/impala/catalog/HdfsTable.java | 75 ++++----------------
.../org/apache/impala/catalog/IcebergTable.java | 73 +++++++++++++++----
.../apache/impala/catalog/local/LocalFsTable.java | 5 ++
tests/common/impala_connection.py | 4 +-
19 files changed, 520 insertions(+), 130 deletions(-)
create mode 100755 docker/install_bash_if_needed.sh