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 8d4497be0 IMPALA-13252: Consistently use PrintId to print TUniqueId
     new 84484823c IMPALA-13077: Fix selectivity estimation for SEMI JOIN
     new f5a15ad60 IMPALA-12277: Fix NullPointerException for partitioned 
inserts when partition list is stale

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  |  97 ++++--
 .../apache/impala/catalog/HdfsTableLoadParams.java | 111 +++++++
 .../impala/catalog/HdfsTableLoadParamsBuilder.java | 126 +++++++
 .../java/org/apache/impala/planner/JoinNode.java   |  10 +-
 .../apache/impala/service/CatalogOpExecutor.java   | 363 ++++++++++++---------
 .../org/apache/impala/planner/PlannerTest.java     |   2 +
 .../java/org/apache/impala/testutil/TestUtils.java |   9 +-
 .../queries/PlannerTest/implicit-joins.test        |  58 ++++
 .../PlannerTest/tpcds_cpu_cost/tpcds-q59.test      |   6 +-
 tests/custom_cluster/test_events_custom_configs.py |  30 ++
 10 files changed, 612 insertions(+), 200 deletions(-)
 create mode 100644 
fe/src/main/java/org/apache/impala/catalog/HdfsTableLoadParams.java
 create mode 100644 
fe/src/main/java/org/apache/impala/catalog/HdfsTableLoadParamsBuilder.java

Reply via email to