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 bd1d613b8 IMPALA-12210: CatalogD should ignore validWriteId List if 
the table is external while loading a table
     new 7a94adbc3 IMPALA-12192: Fix scaling bug in scan fragment
     new 7b502f7c9 IMPALA-12240: Put gcc on the PATH when building the 
impala-python venv
     new a9035f0f8 IMPALA-12148: Bump timeouts for 
TestAsyncDDLTiming::test_ctas()

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/util/backend-gflag-util.cc                  |   8 +
 common/thrift/BackendGflags.thrift                 |   2 +
 .../org/apache/impala/planner/CostingSegment.java  |   5 +-
 .../java/org/apache/impala/planner/DataSink.java   |   2 +-
 .../apache/impala/planner/DistributedPlanner.java  |  16 +-
 .../org/apache/impala/planner/HBaseScanNode.java   |   4 +-
 .../org/apache/impala/planner/HdfsScanNode.java    |   4 +-
 .../org/apache/impala/planner/KuduScanNode.java    |   4 +-
 .../org/apache/impala/planner/PlanFragment.java    | 138 +++--
 .../java/org/apache/impala/planner/PlanNode.java   |   4 +-
 .../java/org/apache/impala/planner/Planner.java    |   2 +-
 .../org/apache/impala/planner/ProcessingCost.java  |   4 -
 .../java/org/apache/impala/planner/ScanNode.java   |  53 +-
 .../org/apache/impala/service/BackendConfig.java   |   4 +
 .../java/org/apache/impala/service/Frontend.java   |   3 +-
 infra/python/bootstrap_virtualenv.py               |   7 +
 .../queries/PlannerTest/tpcds-processing-cost.test | 673 +++++++++++++--------
 tests/custom_cluster/test_executor_groups.py       |  68 ++-
 tests/metadata/test_ddl.py                         |   9 +-
 19 files changed, 598 insertions(+), 412 deletions(-)

Reply via email to