rdblue commented on issue #24798: [SPARK-27724][SQL] Implement REPLACE TABLE and REPLACE TABLE AS SELECT with V2 URL: https://github.com/apache/spark/pull/24798#issuecomment-504498247 @mccheah, this looks ready to go to me, except for the exec node names. I think it would be more clear to use "Atomic" or "Safe" instead of "Staging" in the node names because that tells users what's happening. The fact that this uses a staged table is a detail of the catalog API. Users may not know what that means, but "atomic" is clear that the operation effectively completes or fails as a single unit.
---------------------------------------------------------------- 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]
