[Feature](runtime filter) normalize ignore runtime filter (#30152)
normalize ignore runtime filter
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user