dengzhhu653 commented on code in PR #5578: URL: https://github.com/apache/hive/pull/5578#discussion_r1945942681
########## standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift: ########## @@ -2510,6 +2510,15 @@ struct GetAllWriteEventInfoRequest { 3: optional string tableName } +struct DeleteColumnStatisticsRequest { + 1: required string cat_name, Review Comment: nit: the `cat_name` should be optional to align with other request, the `engine` as well, ``` optional string engine = "hive" ``` -- 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: gitbox-unsubscr...@hive.apache.org 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