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 6642b75ef IMPALA-13402: Clean up test_tuple_cache dimensions
     new 9c87cf41b IMPALA-13396: Unify tmp dir management in 
CustomClusterTestSuite
     new 39cab9ade IMPALA-13220: Docs for Iceberg DROP PARTITION
     new 3a861500b IMPALA-13364: Schema resolution doesn't work for migrated 
partitioned Iceberg tables that have complex types

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:
 be/src/exec/file-metadata-utils.cc                 |  69 ++++-
 be/src/exec/file-metadata-utils.h                  |  11 +
 be/src/exec/orc/hdfs-orc-scanner.cc                |   6 +-
 be/src/exec/orc/orc-metadata-utils.cc              |  22 +-
 be/src/exec/orc/orc-metadata-utils.h               |  11 +-
 be/src/exec/parquet/hdfs-parquet-scanner.cc        |   1 +
 be/src/exec/parquet/parquet-metadata-utils.cc      |  11 +-
 be/src/exec/parquet/parquet-metadata-utils.h       |  10 +-
 docs/topics/impala_iceberg.xml                     |  34 ++-
 testdata/migrated_iceberg/README                   |  18 ++
 ...extypes_and_partition_columns_in_data_files.orc | Bin 0 -> 860 bytes
 ...pes_and_partition_columns_in_data_files.parquet | Bin 0 -> 1549 bytes
 ...migrated-table-field-id-resolution-complex.test | 327 +++++++++++++++++++++
 tests/authorization/test_authorization.py          |  20 +-
 tests/authorization/test_authorized_proxy.py       |  57 ++--
 tests/authorization/test_provider.py               |  23 +-
 tests/common/custom_cluster_test_suite.py          |  95 ++++--
 tests/common/file_utils.py                         |  18 ++
 tests/comparison/cluster.py                        |  20 +-
 tests/custom_cluster/test_admission_controller.py  |  29 +-
 tests/custom_cluster/test_blacklist.py             |  28 +-
 tests/custom_cluster/test_breakpad.py              |  10 +-
 tests/custom_cluster/test_kudu.py                  |  33 ++-
 tests/custom_cluster/test_lineage.py               |  76 ++---
 tests/custom_cluster/test_permanent_udfs.py        |  97 +++---
 tests/custom_cluster/test_query_event_hooks.py     |  39 ++-
 tests/custom_cluster/test_query_log.py             |  27 +-
 tests/custom_cluster/test_query_retries.py         |  42 +--
 tests/custom_cluster/test_redaction.py             |  31 +-
 tests/custom_cluster/test_scratch_disk.py          |  70 ++---
 tests/custom_cluster/test_shell_commandline.py     |  21 +-
 tests/custom_cluster/test_shell_jwt_auth.py        |  30 +-
 .../test_startup_filesystem_checks.py              |  61 ++--
 tests/query_test/test_iceberg.py                   |  59 +++-
 34 files changed, 1014 insertions(+), 392 deletions(-)
 create mode 100644 testdata/migrated_iceberg/README
 create mode 100644 
testdata/migrated_iceberg/complextypes_and_partition_columns_in_data_files.orc
 create mode 100644 
testdata/migrated_iceberg/complextypes_and_partition_columns_in_data_files.parquet
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/iceberg-migrated-table-field-id-resolution-complex.test

Reply via email to