deniskuzZ commented on code in PR #3513:
URL: https://github.com/apache/hive/pull/3513#discussion_r950313321
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HMSHandler.java:
##########
@@ -8810,9 +8810,9 @@ public void set_hadoop_jobid(String jobId, long cqId) {
@Deprecated
@Override
- public OptionalCompactionInfoStruct find_next_compact(String workerId)
throws MetaException{
+ public OptionalCompactionInfoStruct find_next_compact(String workerId,
String poolName) throws MetaException{
Review Comment:
it's marked as deprecated, should we update a diff method?
--
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]