[fix](multi-catalog)unsupported hive input format should throw an exception and remove useless method (#29087)

introduce from: #28644
This commit is contained in:
slothever
2023-12-28 15:43:28 +08:00
committed by GitHub
parent ba7b7c1f60
commit 8becf053cb
3 changed files with 11 additions and 17 deletions

View File

@ -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.
*/