dengzhhu653 commented on code in PR #3599:
URL: https://github.com/apache/hive/pull/3599#discussion_r1024827172
##########
standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift:
##########
@@ -895,13 +895,14 @@ struct AddPartitionsResult {
// Request type for add_partitions_req
struct AddPartitionsRequest {
- 1: required string dbName,
- 2: required string tblName,
- 3: required list<Partition> parts,
+ 1: optional string dbName,
Review Comment:
Is there any particular reason to change the required parameters to optional?
--
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]