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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
