Hello Riza Suminto, Michael Smith, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/20627
to look at the new patch set (#2).
Change subject: IMPALA-12508: Improve query option
"enabled_runtime_filter_types"
......................................................................
IMPALA-12508: Improve query option "enabled_runtime_filter_types"
The query option "enabled_runtime_filter_types" currently allows
specifying a comma-separated list of runtime filter types to enable or
setting it to "all" to use all types, but there is no way to specify not
using any type (but the same effect can be achieved by setting "set
runtime_filter_mode=off" to disable the use of runtime filter).
In addition, the comment for this query option stating that it only
applies to Kudu is outdated, as it also affects HDFS scans after
IMPALA-10325.
Therefore, this patch adds the ability to not use any types of runtime
filters by "set enabled_runtime_filter_types=none" (just like "set
runtime_filter_mode=off"), and the relevant comments are updated to
avoid any misleading caused by the outdated comments.
Change-Id: Iecff7c655e273712d851d9ce94ef5713e579aa72
---
M be/src/service/query-options-test.cc
M be/src/service/query-options.cc
M common/thrift/ImpalaService.thrift
3 files changed, 11 insertions(+), 4 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/27/20627/2
--
To view, visit http://gerrit.cloudera.org:8080/20627
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iecff7c655e273712d851d9ce94ef5713e579aa72
Gerrit-Change-Number: 20627
Gerrit-PatchSet: 2
Gerrit-Owner: Zihao Ye <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Riza Suminto <[email protected]>