wecharyu commented on code in PR #4807:
URL: https://github.com/apache/hive/pull/4807#discussion_r1502551308


##########
standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift:
##########
@@ -2360,7 +2360,8 @@ struct GetPartitionsPsWithAuthRequest {
    9: optional i64 id=-1 // table id
    10: optional bool skipColumnSchemaForPartition,
    11: optional string includeParamKeyPattern,
-   12: optional string excludeParamKeyPattern
+   12: optional string excludeParamKeyPattern,
+   13: optional list<string> partNames;

Review Comment:
   Why we need partNames in `GetPartitionsPsWithAuthRequest`? I think this 
request is only related to partial values, aka `ps`.



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

Reply via email to