SourabhBadhya commented on code in PR #3457:
URL: https://github.com/apache/hive/pull/3457#discussion_r934484243


##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java:
##########
@@ -3478,6 +3478,17 @@ CompactionResponse compact2(String dbname, String 
tableName, String partitionNam
    */
   ShowCompactResponse showCompactions() throws TException;
 
+  /**
+   * Submit a request for performing cleanup of output directory. This is 
particularly
+   * useful for CTAS when the query fails after write and before creation of 
table.
+   * @return Status of whether the request was successfully submitted. True 
indicates
+   * the request was successfully submitted and false indicates failure of 
request submitted.
+   * @throws TException
+   */
+  boolean submitForCleanup(String dbname, String tableName, CompactionType 
type,

Review Comment:
   Done



-- 
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]

Reply via email to