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 a875eb970 IMPALA-12122: use isb instead of yield on arm64
     new 9070895ed IMPALA-11842: Improve memory estimation for Aggregate
     new fbd8664b6 IMPALA-12275: Read files written with DeflateCodec

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/service/query-options-test.cc               |   1 +
 be/src/service/query-options.cc                    |  13 +
 be/src/service/query-options.h                     |   6 +-
 be/src/util/codec.cc                               |   4 +
 be/src/util/codec.h                                |   1 +
 common/thrift/ImpalaService.thrift                 |  21 +
 common/thrift/Query.thrift                         |   8 +
 .../org/apache/impala/planner/AggregationNode.java | 129 ++++--
 .../org/apache/impala/planner/HdfsTableSink.java   |   3 +-
 .../org/apache/impala/planner/PlanFragment.java    |  18 +-
 .../org/apache/impala/planner/CardinalityTest.java |  11 +-
 .../org/apache/impala/planner/PlannerTest.java     |  32 +-
 .../org/apache/impala/planner/PlannerTestBase.java |  19 +-
 .../apache/impala/planner/TpcdsPlannerTest.java    |  16 +-
 ...cds-q67.test => agg-node-max-mem-estimate.test} | 487 +++++++++++++++++++++
 .../queries/PlannerTest/resource-requirements.test |   6 +-
 .../queries/PlannerTest/tpcds/tpcds-q22.test       |  32 +-
 .../queries/PlannerTest/tpcds/tpcds-q67.test       |  18 +-
 .../custom_cluster/test_hive_text_codec_interop.py | 115 -----
 tests/query_test/test_hive_codec_interop.py        | 121 +++++
 20 files changed, 840 insertions(+), 221 deletions(-)
 copy 
testdata/workloads/functional-planner/queries/PlannerTest/{tpcds/tpcds-q67.test 
=> agg-node-max-mem-estimate.test} (63%)
 delete mode 100644 tests/custom_cluster/test_hive_text_codec_interop.py
 create mode 100644 tests/query_test/test_hive_codec_interop.py

Reply via email to