[Feature](runtime filter) normalize ignore runtime filter (#30152)

normalize ignore runtime filter
This commit is contained in:
Pxl
2024-02-02 15:30:29 +08:00
committed by yiguolei
parent e5bdc369e2
commit 0f47f7f389
24 changed files with 289 additions and 254 deletions

View File

@ -902,7 +902,7 @@ public class SessionVariable implements Serializable, Writable {
// Set runtimeFilterType to IN_OR_BLOOM filter
@VariableMgr.VarAttr(name = RUNTIME_FILTER_TYPE, fuzzy = true, needForward = true)
private int runtimeFilterType = 8;
private int runtimeFilterType = 12;
@VariableMgr.VarAttr(name = RUNTIME_FILTER_MAX_IN_NUM, needForward = true)
private int runtimeFilterMaxInNum = 1024;