[fix](multi-catalog)unsupported hive input format should throw an exception and remove useless method (#29087)
introduce from: #28644
This commit is contained in:
@ -1679,12 +1679,6 @@ public class Config extends ConfigBase {
|
||||
@ConfField(mutable = true)
|
||||
public static boolean enable_decimal_conversion = true;
|
||||
|
||||
/**
|
||||
* List of S3 API compatible object storage systems.
|
||||
*/
|
||||
@ConfField
|
||||
public static String s3_compatible_object_storages = "s3,oss,cos,bos";
|
||||
|
||||
/**
|
||||
* Support complex data type ARRAY.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user