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

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


    from 5e38f32  IMPALA-10315: Update 'ICEBERG' InputFormat/OutputFormat/SerDe 
from latest Iceberg
     new 1fd5e42  IMPALA-10310: Fix couldn't skip rows in parquet file on 
NextRowGroup
     new 746c968  IMPALA-6861: Fix OpenSSL initialization
     new 5a00a4c  IMPALA-10320: Specify expression selectivity for BoolLiteral.

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/parquet-column-readers.cc          |   1 +
 be/src/rpc/authentication.cc                           |   6 +++++-
 be/src/rpc/authentication.h                            |  10 +---------
 be/src/rpc/thrift-server.cc                            |   5 +++++
 .../java/org/apache/impala/analysis/BoolLiteral.java   |   3 +++
 .../java/org/apache/impala/analysis/NullLiteral.java   |   1 +
 .../apache/impala/analysis/ExprCardinalityTest.java    |   9 +++++++--
 testdata/data/README                                   |  15 +++++++++++++++
 testdata/data/customer_multiblock_page_index.parquet   | Bin 0 -> 451607 bytes
 .../queries/QueryTest/parquet-page-index.test          |  16 ++++++++++++++++
 tests/query_test/test_parquet_stats.py                 |   2 ++
 11 files changed, 56 insertions(+), 12 deletions(-)
 create mode 100644 testdata/data/customer_multiblock_page_index.parquet

Reply via email to