aokolnychyi commented on a change in pull request #4044:
URL: https://github.com/apache/iceberg/pull/4044#discussion_r799908040
##########
File path:
spark/v3.2/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/RewriteDeleteFromTable.scala
##########
@@ -87,22 +87,22 @@ object RewriteDeleteFromTable extends
RewriteRowLevelCommand {
val remainingRowsPlan = Filter(remainingRowsFilter, readRelation)
// build a plan to replace read groups in the table
- val writeRelation = relation.copy(table = table)
+ val writeRelation = relation.copy(table = operationTable)
Review comment:
@szehon-ho @rdblue, could you let me know if this is any better? I did
not want to make the var name too long to stay within the line limit.
--
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]