deniskuzZ commented on code in PR #6314: URL: https://github.com/apache/hive/pull/6314#discussion_r2926284505
########## standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift: ########## @@ -3308,9 +3318,14 @@ PartitionsResponse get_partitions_req(1:PartitionsRequest req) void add_serde(1: SerDeInfo serde) throws(1:AlreadyExistsException o1, 2:MetaException o2) SerDeInfo get_serde(1: GetSerdeRequest rqst) throws(1:NoSuchObjectException o1, 2:MetaException o2) + // Deprecated use get_lock_materialization_rebuild_req(rqst) LockResponse get_lock_materialization_rebuild(1: string dbName, 2: string tableName, 3: i64 txnId) + // Deprecated use heartbeat_lock_materialization_rebuild_req(rqst) Review Comment: same -- 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]
