You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/10/18 10:14:45 UTC

[GitHub] [spark] cloud-fan commented on a change in pull request #26080: [SPARK-29425][SQL] The ownership of a database should be respected

cloud-fan commented on a change in pull request #26080: [SPARK-29425][SQL] The ownership of a database should be respected
URL: https://github.com/apache/spark/pull/26080#discussion_r336419494
 
 

 ##########
 File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala
 ##########
 @@ -576,6 +576,8 @@ case class CatalogDatabase(
     name: String,
     description: String,
     locationUri: URI,
+    ownerName: String,
+    ownerType: String,
 
 Review comment:
   can't we put them in the properties?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org