veghlaci05 commented on code in PR #3513: URL: https://github.com/apache/hive/pull/3513#discussion_r949935042
########## standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift: ########## @@ -2966,7 +2971,7 @@ PartitionsResponse get_partitions_req(1:PartitionsRequest req) bool submit_for_cleanup(1:CompactionRequest o1, 2:i64 o2, 3:i64 o3) throws (1:MetaException o1) void add_dynamic_partitions(1:AddDynamicPartitions rqst) throws (1:NoSuchTxnException o1, 2:TxnAbortedException o2) // Deprecated, use find_next_compact2() - OptionalCompactionInfoStruct find_next_compact(1: string workerId) throws(1:MetaException o1) + OptionalCompactionInfoStruct find_next_compact(1: string workerId, 2: string poolName) throws(1:MetaException o1) Review Comment: You are right, I reverted this one. -- 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]
