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 1e30ca228 IMPALA-11671: Clear trash for Ozone to avoid bug
     new f917dc111 IMPALA-11674: Fix timeout detection for TSSLSocket
     new b71bdce5e IMPALA-11462: Constant folding causes cast on int literals 
to be lost
     new 3973fc6d0 IMPALA-11608: Fix SHOW TABLE STATS iceberg_tbl shows wrong 
number of files

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/rpc/TAcceptQueueServer.cpp                  |   3 +
 be/src/rpc/thrift-util.cc                          |  18 +-
 common/thrift/CatalogObjects.thrift                |   1 +
 .../org/apache/impala/analysis/LiteralExpr.java    |  51 ++++--
 .../java/org/apache/impala/catalog/FeFsTable.java  |  20 +--
 .../org/apache/impala/catalog/FeIcebergTable.java  | 176 +++++++++++++++----
 .../apache/impala/rewrite/FoldConstantsRule.java   |   4 +-
 .../java/org/apache/impala/service/Frontend.java   |  45 ++---
 .../queries/QueryTest/iceberg-compute-stats.test   |   9 +
 .../iceberg-v2-read-position-deletes-orc.test      | 138 ++++++++++++++-
 .../iceberg-v2-read-position-deletes.test          | 192 +++++++++++++++++++++
 tests/custom_cluster/test_thrift_socket.py         | 104 +++++++++++
 tests/query_test/test_exprs.py                     |  42 +++++
 13 files changed, 693 insertions(+), 110 deletions(-)
 create mode 100644 tests/custom_cluster/test_thrift_socket.py

Reply via email to