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 22:54:12 UTC

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

wangyum 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-543992664
 
 
   I think the owner of the `HiveTable` is always the same as the owner of the `CatalogTable` if the owner of the `CatalogTable` is not empty.
   
   This is how we convert `HiveTable` to `CatalogTable`:
   https://github.com/apache/spark/blob/86d8325ed10444074ccfbcb145f511492db5cf44/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala#L519

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