cloud-fan commented on code in PR #52764:
URL: https://github.com/apache/spark/pull/52764#discussion_r2546739866
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/v2Commands.scala:
##########
@@ -689,12 +688,7 @@ case class ReplaceTableAsSelect(
extends V2CreateTableAsSelectPlan {
override def markAsAnalyzed(ac: AnalysisContext): LogicalPlan = {
- // RTAS may drop and recreate table before query execution, breaking
self-references
- // refresh and pin versions here to read from original table versions
instead of
- // newly created empty table that is meant to serve as target for
append/overwrite
Review Comment:
why we can remove this now?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]