[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:
Xinyi Zou
2023-02-27 09:58:37 +08:00
committed by GitHub
parent aefcc98715
commit 857d38e24b
2 changed files with 8 additions and 1 deletions

View File

@ -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;