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 f4e755109 IMPALA-14087: Fix shell live_progress output display issue
on Python 3
new 4d9612f51 IMPALA-14097: Fix test_log_fragments.py
new 607bad042 IMPALA-3841: Enable late materialization for collections
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:
be/src/exec/parquet/hdfs-parquet-scanner.cc | 36 +++++++++++---------
be/src/exec/parquet/hdfs-parquet-scanner.h | 4 +++
.../parquet/parquet-collection-column-reader.cc | 14 ++++++--
be/src/exec/parquet/parquet-column-readers.cc | 26 +++++++++++++--
be/src/exec/parquet/parquet-column-readers.h | 24 ++++++++++++-
.../exec/parquet/parquet-complex-column-reader.h | 15 +++++++++
be/src/exec/parquet/parquet-level-decoder.h | 4 +++
.../exec/parquet/parquet-struct-column-reader.cc | 6 ++++
be/src/exec/scratch-tuple-batch.h | 3 +-
be/src/service/impala-hs2-server.cc | 1 -
common/thrift/generate_error_codes.py | 3 +-
.../org/apache/impala/analysis/SelectStmt.java | 5 ++-
.../queries/PlannerTest/zipping-unnest.test | 6 ----
.../parquet-late-materialization-unique-db.test | 27 +++++++++++++++
.../QueryTest/parquet-late-materialization.test | 39 ++++++++++++++++++++--
tests/observability/test_log_fragments.py | 26 +++++++--------
.../test_parquet_late_materialization.py | 3 ++
17 files changed, 194 insertions(+), 48 deletions(-)