Zihao Ye has posted comments on this change. ( http://gerrit.cloudera.org:8080/20627 )
Change subject: IMPALA-12508: Update query option "enabled_runtime_filter_types" comments ...................................................................... Patch Set 3: (1 comment) http://gerrit.cloudera.org:8080/#/c/20627/3/common/thrift/ImpalaService.thrift File common/thrift/ImpalaService.thrift: http://gerrit.cloudera.org:8080/#/c/20627/3/common/thrift/ImpalaService.thrift@540 PS3, Line 540: // Default is [BLOOM, MIN_MAX]. > nit: Based on comment at https://github.com/apache/impala/blob/248060528abd Based on comment at https://github.com/apache/impala/blob/248060528abd7fb5425f519ee1608598ed2d3ac3/fe/src/main/java/org/apache/impala/planner/RuntimeFilterGenerator.java#L1147 and the code below, IN_LIST is currently only enabled in ORC files. So your meaning may be something like this? - Kudu scan: BLOOM, MIN_MAX - Hdfs scan on Parquet file: BLOOM, MIN_MAX - Hdfs scan on ORC file: BLOOM, IN_LIST - Hdfs scan on other kind of file: BLOOM -- 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: comment Gerrit-Change-Id: Iecff7c655e273712d851d9ce94ef5713e579aa72 Gerrit-Change-Number: 20627 Gerrit-PatchSet: 3 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]> Gerrit-Comment-Date: Mon, 30 Oct 2023 07:50:41 +0000 Gerrit-HasComments: Yes
