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 139c74bcf IMPALA-11298: Allow proxy users to share hs2 session from
different hosts or realms
new ae4ff47fe IMPALA-12967, IMPALA-13059, IMPALA-13144, IMPALA-13195:
test_migrated_table_field_id_resolution fails in exhaustive mode
new b072f2955 IMPALA-13446: Bump CDP GBN to 58457853 to get Ranger
improvements
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/impala-config.sh | 22 ++--
.../org/apache/impala/analysis/AnalyzeDDLTest.java | 6 +-
.../org/apache/impala/common/FrontendTestBase.java | 7 +
java/executor-deps/pom.xml | 4 +
java/shaded-deps/hive-exec/pom.xml | 4 +
java/test-hive-udfs/pom.xml | 4 +
testdata/bin/load-test-warehouse-snapshot.sh | 5 +-
testdata/bin/rewrite-iceberg-metadata.py | 109 +---------------
.../queries/QueryTest/describe-db.test | 12 +-
tests/common/file_utils.py | 26 ++--
tests/metadata/test_metadata_query_statements.py | 9 +-
tests/query_test/test_sfs.py | 5 +
.../util/iceberg_metadata_util.py | 144 ++++++++++++---------
13 files changed, 151 insertions(+), 206 deletions(-)
copy testdata/bin/rewrite-iceberg-metadata.py =>
tests/util/iceberg_metadata_util.py (58%)
mode change 100755 => 100644