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 36d341c43 IMPALA-13430: Too many RelNodes created for "IN" literals
     new 7a1fe97ae IMPALA-13412: Use the BYTES type for tuple cache 
entries-in-use-bytes
     new 42e3f22a6 IMPALA-13425: Iceberg tables crash server with Calcite 
planner
     new b195b12ca IMPALA-13455: Put expressions in CNF form for performance.
     new e4c05fce5 IMPALA-13286: Make stream row counters 64-bit
     new f5a8771a9 IMPALA-13411: Fix DCHECK fires for scan nodes that produce 
zero-length tuples

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/tuple-file-reader.cc                   |   3 +-
 be/src/exec/tuple-file-writer.cc                   |   2 +-
 be/src/runtime/buffered-tuple-stream-test.cc       |  96 +++++++++++++++
 be/src/runtime/buffered-tuple-stream.cc            |  11 +-
 be/src/runtime/buffered-tuple-stream.h             |  11 +-
 common/thrift/metrics.json                         |   4 +-
 .../impala/calcite/rules/ConvertToCNFRules.java    | 137 +++++++++++++++++++++
 .../apache/impala/calcite/schema/CalciteDb.java    |   3 +-
 .../apache/impala/calcite/schema/CalciteTable.java |  10 +-
 .../calcite/service/CalciteMetadataHandler.java    |   2 +-
 .../impala/calcite/service/CalciteOptimizer.java   |  25 +++-
 tests/custom_cluster/test_tuple_cache.py           |  28 +++++
 12 files changed, 318 insertions(+), 14 deletions(-)
 create mode 100644 
java/calcite-planner/src/main/java/org/apache/impala/calcite/rules/ConvertToCNFRules.java

Reply via email to