diff --git a/metastore/if/hive_metastore.thrift b/metastore/if/hive_metastore.thrift index 042a5d8d0b..433e73b6f8 100755 --- a/metastore/if/hive_metastore.thrift +++ b/metastore/if/hive_metastore.thrift @@ -267,7 +267,7 @@ struct GrantRevokeRoleResponse { struct Database { 1: string name, 2: string description, - 3: string locationUri, + 3: optional string locationUri, 4: map parameters, // properties associated with the database 5: optional PrincipalPrivilegeSet privileges, 6: optional string ownerName,