[conf](pipeline) turn pipeline on by default (#20458)

This commit is contained in:
Gabriel
2023-06-08 09:20:51 +08:00
committed by GitHub
parent f154319a49
commit 325ddab34e
21 changed files with 47 additions and 31 deletions

View File

@ -1486,7 +1486,7 @@ public class Config extends ConfigBase {
public static boolean enable_quantile_state_type = true;
@ConfField
public static boolean enable_pipeline_load = false;
public static boolean enable_pipeline_load = true;
// enable_workload_group should be immutable and temporarily set to mutable during the development test phase
@ConfField(mutable = true, masterOnly = true, expType = ExperimentalType.EXPERIMENTAL)