[feature](pipeline-load) enable pipeline load by default (#30581)
This commit is contained in:
committed by
yiguolei
parent
e6fbccd3ed
commit
f35803b7a0
@ -1587,7 +1587,7 @@ public class Config extends ConfigBase {
|
||||
public static boolean enable_quantile_state_type = true;
|
||||
|
||||
@ConfField(mutable = true)
|
||||
public static boolean enable_pipeline_load = false;
|
||||
public static boolean enable_pipeline_load = true;
|
||||
|
||||
/*---------------------- JOB CONFIG START------------------------*/
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user