HappenLee commented on code in PR #848: URL: https://github.com/apache/doris-website/pull/848#discussion_r1673423836
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/query/join-optimization/runtime-filter.md: ########## @@ -138,15 +138,13 @@ set runtime_filter_type=7; - **IN or Bloom Filter**: 根据右表在执行过程中的真实行数,由系统自动判断使用 IN predicate 还是 Bloom Filter - - 默认在右表数据行数少于 102400 时会使用 IN predicate(可通过 session 变量中的`runtime_filter_max_in_num`调整),否则使用 Bloom filter。 + - 默认在右表数据行数少于 runtime_filter_max_in_num 时会使用 IN predicate,否则使用 Bloom filter。 Review Comment: 115 line had delete the line `runtime_filter_max_in_num`, maybe add again -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org