This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from bf517d332 IMPALA-14610: Bump up arrow version to 15.0.0
new b0ef1d843 IMPALA-14521: [DOCS] Documentation for
catalog_partial_fetch_max_files flag
new 65639f16b IMPALA-12330: Allow setting format-version in ALTER TABLE
CONVERT TO
new 2ebdc05c1 IMPALA-14615: Skip checking current event in
test_event_processor_error_message
new d54b75ccf IMPALA-14619: Reset levels_readahead_ for late
materialization
new 9d112dae2 IMPALA-14536: Fix CONVERT TO ICEBERG to not throw exception
on Iceberg tables
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/parquet/parquet-column-readers.cc | 1 +
be/src/exec/parquet/parquet-column-readers.h | 26 ++++-----
be/src/service/client-request-state.cc | 13 ++++-
common/thrift/Frontend.thrift | 4 ++
common/thrift/Types.thrift | 1 +
docs/topics/impala_scalability.xml | 17 ++++++
.../impala/analysis/ConvertTableToIcebergStmt.java | 61 +++++++++++++++++-----
.../org/apache/impala/analysis/StatementBase.java | 12 +++++
.../impala/catalog/iceberg/IcebergCatalog.java | 4 +-
.../java/org/apache/impala/service/Frontend.java | 13 +++--
.../apache/impala/analysis/AnalyzeStmtsTest.java | 13 ++++-
.../iceberg-migrate-from-external-hdfs-tables.test | 27 ++++++++--
.../parquet-late-materialization-unique-db.test | 13 +++++
tests/common/environ.py | 18 ++++++-
tests/custom_cluster/test_web_pages.py | 9 +++-
.../test_parquet_late_materialization.py | 2 +
16 files changed, 193 insertions(+), 41 deletions(-)