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 21ef3e6ff IMPALA-13638: Translate apostrophe to underscore in
Prometheus metric names.
new ce6be49c0 IMPALA-13465: Trace TupleId further to reduce Agg cardinality
new 777ae104b IMPALA-13305: Better thrift compatibility checks based on
pyparsing
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:
bin/jenkins/critique-gerrit-review.py | 199 ++++++-----
bin/jenkins/thrift_parser.py | 259 ++++++++++++++
.../org/apache/impala/analysis/InlineViewRef.java | 1 -
.../org/apache/impala/planner/AggregationNode.java | 203 +++++++----
infra/python/deps/requirements.txt | 2 +-
.../PlannerTest/agg-node-max-mem-estimate.test | 302 ----------------
.../queries/PlannerTest/aggregation.test | 18 +-
.../queries/PlannerTest/tpcds/tpcds-q12.test | 42 +--
.../queries/PlannerTest/tpcds/tpcds-q19.test | 26 +-
.../queries/PlannerTest/tpcds/tpcds-q20.test | 42 +--
.../queries/PlannerTest/tpcds/tpcds-q37.test | 50 +--
.../queries/PlannerTest/tpcds/tpcds-q55.test | 22 +-
.../queries/PlannerTest/tpcds/tpcds-q82.test | 58 +--
.../queries/PlannerTest/tpcds/tpcds-q98.test | 36 +-
.../queries/PlannerTest/tpcds_cpu_cost/ddl.test | 40 +--
.../PlannerTest/tpcds_cpu_cost/tpcds-q03.test | 66 ++--
.../PlannerTest/tpcds_cpu_cost/tpcds-q12.test | 84 ++---
.../PlannerTest/tpcds_cpu_cost/tpcds-q19.test | 50 +--
.../PlannerTest/tpcds_cpu_cost/tpcds-q20.test | 84 ++---
.../PlannerTest/tpcds_cpu_cost/tpcds-q31.test | 398 ++++++++++-----------
.../PlannerTest/tpcds_cpu_cost/tpcds-q37.test | 50 +--
.../tpcds_cpu_cost/tpcds-q43-verbose.test | 36 +-
.../PlannerTest/tpcds_cpu_cost/tpcds-q43.test | 42 +--
.../PlannerTest/tpcds_cpu_cost/tpcds-q47.test | 264 +++++++-------
.../PlannerTest/tpcds_cpu_cost/tpcds-q52.test | 50 +--
.../PlannerTest/tpcds_cpu_cost/tpcds-q55.test | 50 +--
.../PlannerTest/tpcds_cpu_cost/tpcds-q57.test | 344 +++++++++---------
.../PlannerTest/tpcds_cpu_cost/tpcds-q67.test | 54 +--
.../PlannerTest/tpcds_cpu_cost/tpcds-q82.test | 50 +--
.../PlannerTest/tpcds_cpu_cost/tpcds-q89.test | 94 ++---
.../PlannerTest/tpcds_cpu_cost/tpcds-q98.test | 104 +++---
.../infra/test_thrift_parser.py | 36 +-
32 files changed, 1593 insertions(+), 1563 deletions(-)
create mode 100755 bin/jenkins/thrift_parser.py
copy testdata/parquet_byte_stream_split_encoding/parquet_files_generator.py =>
tests/infra/test_thrift_parser.py (50%)