[pipeline](exec) disable shared scan in default and disable shared scan in limit with where scan (#25952)

This commit is contained in:
HappenLee
2023-11-08 17:51:12 +08:00
committed by GitHub
parent a6d2013802
commit 45c2fa62a4
5 changed files with 50 additions and 19 deletions

View File

@ -1606,9 +1606,6 @@ public class Config extends ConfigBase {
@ConfField(mutable = true, varType = VariableAnnotation.EXPERIMENTAL)
public static boolean enable_cpu_hard_limit = false;
@ConfField(mutable = true)
public static boolean disable_shared_scan = false;
@ConfField(mutable = false, masterOnly = true)
public static int backend_rpc_timeout_ms = 60000; // 1 min