This is an automated email from the ASF dual-hosted git repository.

michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from 2d3289027 IMPALA-12406: OPTIMIZE statement as an alias for INSERT 
OVERWRITE
     new 78b9285da IMPALA-12461 part1: Avoid taking db/table level locks 
db/table self-event check
     new 782cda449 IMPALA-12453: Increase yarn high disk threshold
     new 80af98645 IMPALA-12469: Allow short if statements on a single line in 
clang-format
     new 89a48b80a IMPALA-12444: Fix minimum parallelism bug in scan fragment
     new ae14d78c8 IMPALA-12464: Add opens for java.util.regex

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:
 .clang-format                                      |   2 +
 be/src/common/init.cc                              |   3 +-
 .../java/org/apache/impala/analysis/Analyzer.java  |   2 +
 .../impala/catalog/CatalogServiceCatalog.java      | 134 ++++++++++++---------
 fe/src/main/java/org/apache/impala/catalog/Db.java |  17 ++-
 .../java/org/apache/impala/catalog/HdfsTable.java  |   1 +
 .../main/java/org/apache/impala/catalog/Table.java |  42 ++++---
 .../org/apache/impala/planner/CostingSegment.java  |   2 +-
 .../org/apache/impala/planner/PlanFragment.java    |  24 ++--
 .../java/org/apache/impala/planner/ScanNode.java   |  37 +++---
 .../java/org/apache/impala/service/Frontend.java   |  28 ++---
 .../common/etc/hadoop/conf/yarn-site.xml.py        |   5 +
 tests/custom_cluster/test_executor_groups.py       |  57 +++------
 13 files changed, 186 insertions(+), 168 deletions(-)

Reply via email to