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 a2ea1be22 IMPALA-14409: Calcite planner: support 
statement_expression_limit
     new 0b9efd790 IMPALA-14761: Fixed error in calcite report generator
     new bd214f0cf IMPALA-14758: Calcite planner: Return value with "in" and 
case statement crashes server.
     new e69012e83 IMPALA-12374: Optimize trailing/leading % in LIKE

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/benchmarks/expr-benchmark.cc                |  56 +++++++++
 be/src/exprs/CMakeLists.txt                        |   2 +
 be/src/exprs/expr-test.cc                          |   6 +
 be/src/exprs/like-predicate-test.cc                |  87 +++++++++++++
 be/src/exprs/like-predicate.cc                     | 136 ++++++++++++++-------
 be/src/exprs/like-predicate.h                      |  14 ++-
 bin/calcite_report_generator.py                    |   4 +-
 .../calcite/functions/AnalyzedInPredicate.java     |  14 +--
 .../impala/calcite/functions/RexCallConverter.java |   8 +-
 .../queries/QueryTest/calcite.test                 |   9 ++
 10 files changed, 274 insertions(+), 62 deletions(-)
 create mode 100644 be/src/exprs/like-predicate-test.cc

Reply via email to