[Enhancement] Change Create Resource Group Grammar (#20249)
This commit is contained in:
@ -1488,9 +1488,9 @@ public class Config extends ConfigBase {
|
||||
@ConfField
|
||||
public static boolean enable_pipeline_load = false;
|
||||
|
||||
// enable_resource_group should be immutable and temporarily set to mutable during the development test phase
|
||||
// enable_workload_group should be immutable and temporarily set to mutable during the development test phase
|
||||
@ConfField(mutable = true, masterOnly = true, expType = ExperimentalType.EXPERIMENTAL)
|
||||
public static boolean enable_resource_group = false;
|
||||
public static boolean enable_workload_group = false;
|
||||
|
||||
@ConfField(mutable = true)
|
||||
public static boolean enable_query_queue = true;
|
||||
|
||||
Reference in New Issue
Block a user