This is an automated email from the ASF dual-hosted git repository.

wzhou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from 7ad940065 IMPALA-13044: Upgrade bouncycastle to 1.78
     new f75745e9b IMPALA-13035: Querying metadata tables from non-Iceberg 
tables throws IllegalArgumentException
     new 0d01f5e82 IMPALA-13053: Update test to use ORC files

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:
 .../java/org/apache/impala/analysis/Analyzer.java  |   9 ++++--
 .../main/java/org/apache/impala/analysis/Path.java |   2 +-
 .../catalog/iceberg/IcebergMetadataTable.java      |  32 +++++++++++++++++---
 .../impala/service/DescribeResultFactory.java      |   6 ++--
 .../java/org/apache/impala/service/Frontend.java   |   4 +--
 testdata/max_nesting_depth/README                  |   8 ++---
 testdata/max_nesting_depth/orc/int_array/file.orc  | Bin 0 -> 2882 bytes
 testdata/max_nesting_depth/orc/int_map/file.orc    | Bin 0 -> 9864 bytes
 testdata/max_nesting_depth/orc/struct/file.orc     | Bin 0 -> 1651 bytes
 .../max_nesting_depth/orc/struct_array/file.orc    | Bin 0 -> 2344 bytes
 testdata/max_nesting_depth/orc/struct_map/file.orc | Bin 0 -> 5870 bytes
 .../{ => parquet}/int_array/file.parq              | Bin
 .../{ => parquet}/int_map/file.parq                | Bin
 .../{ => parquet}/struct/file.parq                 | Bin
 .../{ => parquet}/struct_array/file.parq           | Bin
 .../{ => parquet}/struct_map/file.parq             | Bin
 .../queries/QueryTest/iceberg-metadata-tables.test |  15 ++++++++--
 tests/query_test/test_nested_types.py              |  33 ++++++++-------------
 18 files changed, 69 insertions(+), 40 deletions(-)
 create mode 100644 testdata/max_nesting_depth/orc/int_array/file.orc
 create mode 100644 testdata/max_nesting_depth/orc/int_map/file.orc
 create mode 100644 testdata/max_nesting_depth/orc/struct/file.orc
 create mode 100644 testdata/max_nesting_depth/orc/struct_array/file.orc
 create mode 100644 testdata/max_nesting_depth/orc/struct_map/file.orc
 rename testdata/max_nesting_depth/{ => parquet}/int_array/file.parq (100%)
 rename testdata/max_nesting_depth/{ => parquet}/int_map/file.parq (100%)
 rename testdata/max_nesting_depth/{ => parquet}/struct/file.parq (100%)
 rename testdata/max_nesting_depth/{ => parquet}/struct_array/file.parq (100%)
 rename testdata/max_nesting_depth/{ => parquet}/struct_map/file.parq (100%)

Reply via email to