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 379038f76 IMPALA-12429: Reduce parallelism for TPC-DS q51a and q67a
test.
new 7230c57f6 IMPALA-5081: Add codegen_opt_level query option
new 1388be8eb IMPALA-12510: Floor PlanFragment.maxParallelism_ at 1
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/codegen/CMakeLists.txt | 9 +-
be/src/codegen/llvm-codegen-cache-test.cc | 15 ++-
be/src/codegen/llvm-codegen-cache.cc | 16 ++-
be/src/codegen/llvm-codegen-cache.h | 24 +++-
be/src/codegen/llvm-codegen-test.cc | 148 ++++++++++++++++++++-
be/src/codegen/llvm-codegen.cc | 64 +++++++--
be/src/codegen/llvm-codegen.h | 5 +
be/src/service/query-options.cc | 7 +
be/src/service/query-options.h | 3 +-
common/thrift/ImpalaService.thrift | 4 +
common/thrift/Query.thrift | 11 ++
.../org/apache/impala/planner/PlanFragment.java | 15 ++-
.../java/org/apache/impala/planner/ScanNode.java | 11 +-
.../llvm/test-opt.cc | 33 +++--
.../queries/PlannerTest/tpcds-processing-cost.test | 31 +++++
15 files changed, 329 insertions(+), 67 deletions(-)
copy java/test-hive-udfs/src/main/java/org/apache/impala/JavaGcUdfTest.java =>
testdata/llvm/test-opt.cc (64%)