This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch branch-4.1.1
in repository https://gitbox.apache.org/repos/asf/impala.git
from f6ee249ac IMPALA-11317/IMPALA-11316/IMPALA-11315: impala-shell Python
3 fixes
new b28e133f0 IMPALA-11249: Fix add_test_dimensions() locations to call
super()
new 051c59bd8 IMPALA-9410: Support resolving ORC file columns by names
new e535f4b8d IMPALA-11346: Migrated partitioned Iceberg tables might
return ERROR when WHERE condition is used on partition column
new 0b2f6b7f3 IMPALA-11345: Parquet Bloom filtering failure if column is
added to the schema
new 44dc157a2 IMPALA-11344: Missing slots in all cases should be allowed
to be read
The 5 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 | 1 -
be/src/exec/hdfs-orc-scanner.cc | 5 +-
be/src/exec/orc-column-readers.cc | 23 +-
be/src/exec/orc-metadata-utils.cc | 93 ++++-
be/src/exec/orc-metadata-utils.h | 11 +-
be/src/exec/parquet/hdfs-parquet-scanner.cc | 72 +++-
be/src/service/query-options.cc | 7 +
be/src/service/query-options.h | 462 ++++++++++-----------
common/thrift/ImpalaService.thrift | 3 +
common/thrift/Query.thrift | 3 +
.../queries/QueryTest/iceberg-migrated-tables.test | 146 ++++++-
tests/authorization/test_ranger.py | 8 +
tests/common/test_dimensions.py | 7 +
tests/custom_cluster/test_client_ssl.py | 1 +
tests/query_test/test_insert.py | 22 +-
tests/query_test/test_nested_types.py | 26 +-
tests/query_test/test_parquet_bloom_filter.py | 21 +
tests/query_test/test_scanners.py | 61 +++
tests/shell/test_shell_client.py | 11 +-
tests/shell/test_shell_commandline.py | 10 +-
tests/shell/test_shell_interactive.py | 16 +-
21 files changed, 723 insertions(+), 286 deletions(-)