deniskuzZ commented on a change in pull request #1914:
URL: https://github.com/apache/hive/pull/1914#discussion_r565120641
##########
File path:
standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift
##########
@@ -300,6 +300,17 @@ struct TruncateTableRequest {
5: optional string validWriteIdList
}
+struct DropTableRequest {
+ 1: required string dbName,
+ 2: required string tableName,
+ 3: required bool deleteDdata,
+ 4: optional i64 writeId=-1,
+ 5: optional string validWriteIdList
Review comment:
are you using this list anywhere?
----------------------------------------------------------------
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]