saihemanth-cloudera commented on code in PR #3599:
URL: https://github.com/apache/hive/pull/3599#discussion_r1154395035
##########
standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift:
##########
@@ -2060,7 +2086,7 @@ struct CreateTableRequest {
}
struct CreateDatabaseRequest {
- 1: required string databaseName,
+ 1: optional string databaseName,
Review Comment:
I changed it to optional because it was easy for me to use it that way in
HMSClient and HiveMetaStore class. Let me revert to the original way.
--
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]