wecharyu commented on code in PR #6046: URL: https://github.com/apache/hive/pull/6046#discussion_r2310565136
########## standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift: ########## @@ -2619,7 +2619,7 @@ service ThriftHiveMetastore extends fb303.FacebookService void create_catalog(1: CreateCatalogRequest catalog) throws (1:AlreadyExistsException o1, 2:InvalidObjectException o2, 3: MetaException o3) void alter_catalog(1: AlterCatalogRequest rqst) throws (1:NoSuchObjectException o1, 2:InvalidOperationException o2, 3:MetaException o3) GetCatalogResponse get_catalog(1: GetCatalogRequest catName) throws (1:NoSuchObjectException o1, 2:MetaException o2) - GetCatalogsResponse get_catalogs() throws (1:MetaException o1) + GetCatalogsResponse get_catalogs(1: GetCatalogRequest pattern) throws (1:MetaException o1) Review Comment: but if there are clients in old version call `get_catalogs()`, the server in new version could not response. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
