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 99529db6a IMPALA-13639: Wait for prior queries in TestWebPage
     new e7c97439d IMPALA-12141: EP shouldn't fail while releasing write lock 
if the lock is not held previously
     new 23edbde7c IMPALA-13637: Add ENABLE_TUPLE_ANALYSIS_IN_AGGREGATE option
     new f1de0c392 IMPALA-13636: Fix target file_format in TestTpcdsInsert
     new 1907153ab IMPALA-13641: Lazily init Parquet column read counters

The 4 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/exec/hdfs-scan-node-base.cc                 | 29 +++++++++---------
 be/src/exec/hdfs-scan-node-base.h                  |  4 ---
 be/src/service/query-options.cc                    |  4 +++
 be/src/service/query-options.h                     |  4 ++-
 bin/run-all-tests.sh                               |  3 +-
 buildall.sh                                        |  2 +-
 common/thrift/ImpalaService.thrift                 |  4 +++
 common/thrift/Query.thrift                         |  3 ++
 .../org/apache/impala/planner/AggregationNode.java |  8 +++--
 .../apache/impala/service/CatalogOpExecutor.java   | 25 ++++++++++++----
 .../java/org/apache/impala/util/DebugUtils.java    |  5 ++++
 .../org/apache/impala/planner/PlannerTest.java     |  8 +++++
 testdata/bin/restore-stats-on-planner-tests.py     |  1 +
 ...q19.test => aggregation-no-tuple-analysis.test} | 30 ++++++++++---------
 .../tpcds-insert/queries/expr-insert.test          |  7 ++---
 .../tpcds-insert/queries/partitioned-insert.test   | 14 ++++-----
 tests/custom_cluster/test_events_custom_configs.py | 25 ++++++++++++++++
 tests/query_test/test_tpcds_queries.py             | 34 +++++++++++++---------
 18 files changed, 141 insertions(+), 69 deletions(-)
 copy 
testdata/workloads/functional-planner/queries/PlannerTest/{tpcds/tpcds-q19.test 
=> aggregation-no-tuple-analysis.test} (97%)

Reply via email to