This is an automated email from the ASF dual-hosted git repository.
csringhofer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from f8e2f2c7d IMPALA-13925: Deflake TestFrontendConnectionLimit
new 841b8c32c IMPALA-12107: Throw AnalysisException for unsupported Kudu
range-partioning types
new 6f2d9a24d IMPALA-13920: Allow running minicluster with Java 17
The 2 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/bootstrap_system.sh | 10 +++-
bin/create-test-configuration.sh | 3 +
bin/impala-config-java.sh | 6 ++
bin/run-all-tests.sh | 47 ++-------------
bin/set-impala-java-tool-options.sh | 66 ++++++++++++++++++++++
fe/pom.xml | 2 +
.../org/apache/impala/analysis/RangePartition.java | 8 ++-
.../apache/impala/analysis/AnalyzeKuduDDLTest.java | 22 +++++++-
.../customservice/KuduHMSIntegrationTest.java | 7 +++
.../java/org/apache/impala/testutil/TestUtils.java | 14 +++++
fe/src/test/resources/hive-site.xml.py | 24 ++++----
testdata/bin/run-hive-server.sh | 3 +
testdata/bin/run-mini-dfs.sh | 3 +
.../queries/QueryTest/kudu_create.test | 24 ++++++++
.../test_kudu_table_create_without_hms.py | 2 +-
tests/metadata/test_hms_integration.py | 11 +++-
16 files changed, 192 insertions(+), 60 deletions(-)
create mode 100755 bin/set-impala-java-tool-options.sh