This is an automated email from the ASF dual-hosted git repository.
laszlog pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 49ffa3cc9 IMPALA-12426: (Addendum) Remove Usage of Unnecessary this->
new 15e471563 IMPALA-11123: Reimplement ORC optimized count star
new f5c12c65d IMPALA-12801: Increase query_log_ default size and bound its
memory.
new 7f190c462 IMPALA-12823: Fix repeated query not found messages in
impalad.INFO logs
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/exec/hdfs-scan-node-base.cc | 5 +-
be/src/exec/hdfs-scan-node-base.h | 12 +-
be/src/exec/hdfs-scanner.cc | 4 +-
be/src/exec/orc/hdfs-orc-scanner.cc | 45 ++-
be/src/exec/orc/hdfs-orc-scanner.h | 1 -
be/src/exec/parquet/hdfs-parquet-scanner.cc | 11 +-
be/src/exec/parquet/hdfs-parquet-scanner.h | 2 -
be/src/service/impala-server.cc | 75 +++-
be/src/service/impala-server.h | 14 +-
common/thrift/PlanNodes.thrift | 5 +-
docs/topics/impala_webui.xml | 3 +-
.../org/apache/impala/planner/HdfsScanNode.java | 13 +-
.../org/apache/impala/planner/PlannerTest.java | 5 +
.../queries/PlannerTest/orc-stats-agg.test | 439 +++++++++++++++++++++
.../queries/QueryTest/orc-stats-agg.test | 164 ++++++++
.../queries/QueryTest/partition-key-scans.test | 21 +
.../queries/QueryTest/scanners.test | 3 +
tests/custom_cluster/test_web_pages.py | 22 +-
tests/query_test/test_aggregation.py | 102 ++---
tests/query_test/test_scanners.py | 12 +-
tests/util/test_file_parser.py | 63 ++-
www/queries.tmpl | 10 +-
www/query_plan.tmpl | 4 +
www/query_summary.tmpl | 5 +
24 files changed, 928 insertions(+), 112 deletions(-)
create mode 100644
testdata/workloads/functional-planner/queries/PlannerTest/orc-stats-agg.test
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/orc-stats-agg.test