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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to