ashish-kumar-sharma commented on a change in pull request #2211: URL: https://github.com/apache/hive/pull/2211#discussion_r626393549
########## File path: standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift ########## @@ -740,7 +752,9 @@ struct CheckConstraintsResponse { struct AllTableConstraintsRequest { 1: required string dbName, 2: required string tblName, - 3: required string catName + 3: required string catName, + 4: optional string validWriteIdList, + 5: optional i64 tableId=-1 // table id 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. 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