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

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


    from 4d9f50eb7 IMPALA-12111: Speed up DATE to STRING conversion
     new 7ca20b3c9 Revert "IMPALA-11123: Optimize count(star) for ORC scans"
     new 9fb127486 IMPALA-12117: Use separate cache dirs for shell pip installs

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:
 be/src/exec/hdfs-columnar-scanner.cc               |  72 +---
 be/src/exec/hdfs-columnar-scanner.h                |  37 --
 be/src/exec/hdfs-scan-node-base.cc                 |   5 +-
 be/src/exec/hdfs-scan-node-base.h                  |  41 +-
 be/src/exec/hdfs-scanner.cc                        |   5 +-
 be/src/exec/orc/hdfs-orc-scanner.cc                |  64 ++--
 be/src/exec/orc/hdfs-orc-scanner.h                 |  21 +-
 be/src/exec/orc/orc-column-readers.h               |   4 +-
 be/src/exec/parquet/hdfs-parquet-scanner.cc        | 103 +++--
 be/src/exec/parquet/hdfs-parquet-scanner.h         |  23 +-
 be/src/exec/parquet/parquet-column-readers.h       |   2 +-
 common/thrift/PlanNodes.thrift                     |   5 +-
 .../org/apache/impala/planner/HdfsScanNode.java    |  20 +-
 .../org/apache/impala/planner/PlannerTest.java     |   5 -
 shell/CMakeLists.txt                               |   9 +-
 .../queries/PlannerTest/orc-stats-agg.test         | 426 ---------------------
 .../queries/PlannerTest/parquet-stats-agg.test     |  31 +-
 .../queries/PlannerTest/resource-requirements.test |   9 +-
 .../iceberg-compound-predicate-push-down.test      |   2 -
 .../QueryTest/iceberg-in-predicate-push-down.test  |  10 +-
 .../iceberg-is-null-predicate-push-down.test       |   1 -
 .../QueryTest/iceberg-partitioned-insert.test      |  25 +-
 .../iceberg-plain-count-star-optimization.test     |  24 +-
 .../iceberg-upper-lower-bound-metrics.test         |   3 -
 .../iceberg-v2-plain-count-star-optimization.test  |   6 +-
 .../iceberg-v2-read-position-deletes-orc.test      |   8 -
 .../iceberg-v2-read-position-deletes.test          |  12 -
 .../queries/QueryTest/mixed-format.test            |  13 +-
 .../queries/QueryTest/orc-stats-agg.test           | 152 --------
 .../queries/QueryTest/parquet-stats-agg.test       |  59 ---
 .../queries/QueryTest/partition-key-scans.test     |  28 --
 .../queries/QueryTest/runtime_filters.test         |   8 -
 .../queries/QueryTest/runtime_filters_mt_dop.test  |   8 -
 .../queries/QueryTest/scanners.test                |   3 -
 tests/custom_cluster/test_executor_groups.py       |   2 +-
 tests/custom_cluster/test_query_retries.py         |  33 +-
 tests/query_test/test_aggregation.py               |  72 ++--
 tests/query_test/test_iceberg.py                   |   1 -
 tests/query_test/test_scanners.py                  |  12 +-
 tests/util/test_file_parser.py                     |  18 +-
 40 files changed, 276 insertions(+), 1106 deletions(-)
 delete mode 100644 
testdata/workloads/functional-planner/queries/PlannerTest/orc-stats-agg.test
 delete mode 100644 
testdata/workloads/functional-query/queries/QueryTest/orc-stats-agg.test

Reply via email to