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 16:59:23 UTC

[GitHub] [spark] yaooqinn commented on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership

yaooqinn commented on issue #26160: [SPARK-29498][SQL] CatalogTable to HiveTable should not change the table's ownership
URL: https://github.com/apache/spark/pull/26160#issuecomment-543836327
 
 
   IIUC, the ownership of a table only be created/changed(#26068) when we create or alter a table. 
   CreateTable - the owner <=> the creator <=> the spark runner
   AlterTable - the original owner or the spark runner if none or empty
   So I guess both cases are handled with or without this change.
   
   [SPARK-29507](https://issues.apache.org/jira/browse/SPARK-29507), We now just lack the ability to modify the owner of a table.

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