deniskuzZ commented on a change in pull request #2079:
URL: https://github.com/apache/hive/pull/2079#discussion_r595926735
##########
File path:
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java
##########
@@ -4638,8 +4649,8 @@ public GetPartitionsResponse
getPartitionsWithSpecs(GetPartitionsRequest request
}
@Override
- public OptionalCompactionInfoStruct findNextCompact(String workerId) throws
MetaException, TException {
- return client.find_next_compact(workerId);
+ public OptionalCompactionInfoStruct findNextCompact(String workerId, String
workerVersion) throws MetaException, TException {
Review comment:
is this a backward compatible change?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]