Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20627 )
Change subject: IMPALA-12508: Update query option "enabled_runtime_filter_types" comments ...................................................................... IMPALA-12508: Update query option "enabled_runtime_filter_types" comments The query option "enabled_runtime_filter_types" currently allows specifying a comma-separated list of runtime filter types (including BLOOM, MIN_MAX and IN_LIST) to enable or setting it to "all" to use all types. But the comment for this query option does not mention IN_LIST and states that it only applies to Kudu, which is outdated, as it also affects HDFS scans after IMPALA-10325. Therefore, this patch update the relevant comments to avoid any misleading caused by the outdated comments. Change-Id: Iecff7c655e273712d851d9ce94ef5713e579aa72 Reviewed-on: http://gerrit.cloudera.org:8080/20627 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M common/thrift/ImpalaService.thrift M fe/src/main/java/org/apache/impala/planner/RuntimeFilterGenerator.java 2 files changed, 13 insertions(+), 4 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: Iecff7c655e273712d851d9ce94ef5713e579aa72 Gerrit-Change-Number: 20627 Gerrit-PatchSet: 6 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]> Gerrit-Reviewer: Zihao Ye <[email protected]>
