[fix](scan) Default enable function(Like) pushdown #17154
function pushdown: #10355 NGram BloomFilter Index apply like pushdown: #11579 Enabled by default, make sure it stays active. If NGram BloomFilter Index is not used, this like pushdown can be replaced by #15917, which can push down all expressions including like.
This commit is contained in:
@ -630,7 +630,7 @@ public class SessionVariable implements Serializable, Writable {
|
||||
public boolean enableSingleReplicaInsert = false;
|
||||
|
||||
@VariableMgr.VarAttr(name = ENABLE_FUNCTION_PUSHDOWN)
|
||||
public boolean enableFunctionPushdown;
|
||||
public boolean enableFunctionPushdown = true;
|
||||
|
||||
@VariableMgr.VarAttr(name = ENABLE_LOCAL_EXCHANGE, fuzzy = true)
|
||||
public boolean enableLocalExchange = true;
|
||||
|
||||
Reference in New Issue
Block a user