Riza Suminto has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/21230


Change subject: IMPALA-12965: Add debug query option RUNTIME_FILTER_IDS_TO_SKIP
......................................................................

IMPALA-12965: Add debug query option RUNTIME_FILTER_IDS_TO_SKIP

Runtime filter still have negative effect on certain scenario such as
long wait time that delays scan and cascading runtime filter chain that
prevents parallel execution of fragments. Having debug query option to
simply skip a runtime filter id from being scheduled can help us
investigate and test a solution early before implementing the
improvement code.

This patch add RUNTIME_FILTER_IDS_TO_SKIP option to do that. This patch
also improve parsing of multi-value query options to not split at ','
char that is within two double quotes.

Testing:
- Add BE test in query-options-test.cc
- Add FE test in runtime-filter-query-options.test

Change-Id: I897e37685dd1ec279989b55560ec7616a00d2280
---
M be/src/service/child-query.cc
M be/src/service/query-options-test.cc
M be/src/service/query-options.cc
M be/src/service/query-options.h
M common/thrift/ImpalaService.thrift
M common/thrift/Query.thrift
M fe/src/main/java/org/apache/impala/planner/RuntimeFilterGenerator.java
M fe/src/test/java/org/apache/impala/planner/PlannerTest.java
M 
testdata/workloads/functional-planner/queries/PlannerTest/runtime-filter-query-options.test
9 files changed, 333 insertions(+), 15 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/30/21230/1
--
To view, visit http://gerrit.cloudera.org:8080/21230
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I897e37685dd1ec279989b55560ec7616a00d2280
Gerrit-Change-Number: 21230
Gerrit-PatchSet: 1
Gerrit-Owner: Riza Suminto <[email protected]>

Reply via email to