[FIX](complex-type)delete enable_map/struct_type switch #21957
This commit is contained in:
@ -1556,18 +1556,6 @@ public class Config extends ConfigBase {
|
||||
@ConfField(mutable = true, masterOnly = true)
|
||||
public static boolean enable_array_type = false;
|
||||
|
||||
/**
|
||||
* Support complex data type MAP.
|
||||
*/
|
||||
@ConfField(mutable = true, masterOnly = true)
|
||||
public static boolean enable_map_type = false;
|
||||
|
||||
/**
|
||||
* Support complex data type STRUCT.
|
||||
*/
|
||||
@ConfField(mutable = true, masterOnly = true)
|
||||
public static boolean enable_struct_type = false;
|
||||
|
||||
/**
|
||||
* The timeout of executing async remote fragment.
|
||||
* In normal case, the async remote fragment will be executed in a short time. If system are under high load
|
||||
|
||||
Reference in New Issue
Block a user