[Enhancement] Change Create Resource Group Grammar (#20249)

This commit is contained in:
Lijia Liu
2023-05-31 15:23:24 +08:00
committed by GitHub
parent c39943f699
commit f9dfcb923d
58 changed files with 924 additions and 912 deletions

View File

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