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

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


    from 2fb56afb5 IMPALA-14336: Avoid loading tables during table listing in 
the IcebergMetaProvider
     new b4ad04788 IMPALA-13648: Implement a decoder and an encoder for Byte 
Stream Split encoding
     new e4364cd24 IMPALA-14358: Event processing can invalidate Iceberg tables
     new 774c01c2b IMPALA-14306: Frontend.getDataSrcs() should retry for 
InconsistentMetadataFetchException

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/parquet/CMakeLists.txt                 |    4 +
 .../parquet-byte-stream-split-coder-test-data.h    | 1774 ++++++++++++++++++++
 .../parquet/parquet-byte-stream-split-decoder.cc   |   81 +
 .../parquet/parquet-byte-stream-split-decoder.h    |  128 ++
 .../parquet/parquet-byte-stream-split-encoder.cc   |   89 +
 .../parquet/parquet-byte-stream-split-encoder.h    |  116 ++
 .../exec/parquet/parquet-byte-stream-split-test.cc | 1166 +++++++++++++
 .../impala/catalog/CatalogServiceCatalog.java      |   44 +-
 .../apache/impala/catalog/local/LocalCatalog.java  |    5 +-
 .../java/org/apache/impala/service/Frontend.java   |   13 +-
 tests/metadata/test_event_processing.py            |   23 +-
 11 files changed, 3412 insertions(+), 31 deletions(-)
 create mode 100644 
be/src/exec/parquet/parquet-byte-stream-split-coder-test-data.h
 create mode 100644 be/src/exec/parquet/parquet-byte-stream-split-decoder.cc
 create mode 100644 be/src/exec/parquet/parquet-byte-stream-split-decoder.h
 create mode 100644 be/src/exec/parquet/parquet-byte-stream-split-encoder.cc
 create mode 100644 be/src/exec/parquet/parquet-byte-stream-split-encoder.h
 create mode 100644 be/src/exec/parquet/parquet-byte-stream-split-test.cc

Reply via email to