Zihao Ye has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20627
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. 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 option of setting "enabled_runtime_filter_types=none" to not use any type, 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/1 -- 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: newchange Gerrit-Change-Id: Iecff7c655e273712d851d9ce94ef5713e579aa72 Gerrit-Change-Number: 20627 Gerrit-PatchSet: 1 Gerrit-Owner: Zihao Ye <[email protected]>
