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 f8443d982 IMPALA-11697: Enable SkipIf.not_hdfs tests for Ozone
     new adeb7fc05 IMPALA-11722: Wrong error message when unsupported complex 
type comes from * expression
     new 3c9d23a23 IMPALA-11707: Fix global runtime IN-list filter of numeric 
types are AlwaysFalse

The 2 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/runtime/runtime-filter-bank.h               |  20 +--
 be/src/util/in-list-filter-ir.cc                   |   6 +-
 be/src/util/in-list-filter-test.cc                 | 141 +++++++++++++++------
 be/src/util/in-list-filter.cc                      |  37 +++---
 be/src/util/in-list-filter.h                       |  25 +++-
 .../org/apache/impala/analysis/SelectStmt.java     |   3 +
 .../java/org/apache/impala/analysis/SlotRef.java   |  44 ++++---
 .../apache/impala/analysis/AnalyzeStmtsTest.java   |   6 +
 .../queries/QueryTest/in_list_filters.test         |  95 +++++++++++++-
 9 files changed, 281 insertions(+), 96 deletions(-)

Reply via email to