[FIX](complex-type)delete enable_map/struct_type switch #21957

This commit is contained in:
amory
2023-07-22 15:29:32 +08:00
committed by GitHub
parent ae809fbeba
commit 3d0f952934
26 changed files with 20 additions and 70 deletions

View File

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