diff options
author | s2m1 <[email protected]> | 2025-04-25 13:02:38 +0300 |
---|---|---|
committer | s2m1 <[email protected]> | 2025-04-25 13:15:28 +0300 |
commit | eadbc0700cb45e9d5706f48f9a233c1b6016433d (patch) | |
tree | 26a54af7ef48bde186b1da677ccab320fea376de /yql/essentials | |
parent | d1fdfcc75cc195e8afa9c2d52c49dd176dcd5dfb (diff) |
удалил deprecated поля
commit_hash:99750816a334658ecd2f306d4a496865e7fcc4d8
Diffstat (limited to 'yql/essentials')
-rw-r--r-- | yql/essentials/providers/common/proto/gateways_config.proto | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/yql/essentials/providers/common/proto/gateways_config.proto b/yql/essentials/providers/common/proto/gateways_config.proto index 6624cba8bae..20ee92dd04a 100644 --- a/yql/essentials/providers/common/proto/gateways_config.proto +++ b/yql/essentials/providers/common/proto/gateways_config.proto @@ -679,11 +679,6 @@ message TIcebergCatalog { message THadoop { } - // todo: remove - message THive { - optional string uri = 1; - } - // Hive Iceberg Catalog which is based on a Hive Metastore message THiveMetastore { // Location of a hive metastore @@ -693,10 +688,10 @@ message TIcebergCatalog { oneof payload { THadoop hadoop = 1; - // todo: remove - THive hive = 2; THiveMetastore hive_metastore = 3; } + + reserved 2; } // TIcebergWarehouse represents settings specific to iceberg warehouse |