hsnusonic commented on a change in pull request #2073:
URL: https://github.com/apache/hive/pull/2073#discussion_r596450789



##########
File path: 
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java
##########
@@ -3468,6 +3468,15 @@ CompactionResponse compact2(String dbname, String 
tableName, String partitionNam
    */
   ShowCompactResponse showCompactions() throws TException;
 
+  /**
+   * Get one latest record of completed compaction by given table/partition.
+   * @param request info on which compaction to retrieve
+   * @return one completed compaction record or null
+   * @throws TException
+   */
+  GetLatestCompactionResponse getLatestCompaction(GetLatestCompactionRequest 
request)

Review comment:
       Renamed to getLatestCompactionInfo




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to