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 07d44b7af IMPALA-13262: Do not always migrate inferred predicates into 
inline view
     new f18b21c1a IMPALA-12856: Event processor should ignore processing 
partition with empty partition values
     new 7d043864f IMPALA-13274: Filter out illegal output for certain join 
nodes

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:
 .../java/org/apache/impala/catalog/HdfsTable.java  |  43 ++++++--
 .../java/org/apache/impala/planner/JoinNode.java   |  33 ++++++
 .../org/apache/impala/service/BackendConfig.java   |   4 +
 .../apache/impala/service/CatalogOpExecutor.java   |   6 +-
 .../java/org/apache/impala/util/DebugUtils.java    |   5 +
 .../java/org/apache/impala/util/MetaStoreUtil.java |  24 +++++
 .../events/MetastoreEventsProcessorTest.java       | 102 ++++++++++++++++++
 .../queries/QueryTest/miss-tuple-joins.test        | 116 +++++++++++++++++++++
 tests/query_test/test_join_queries.py              |   6 ++
 9 files changed, 330 insertions(+), 9 deletions(-)
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/miss-tuple-joins.test

Reply via email to