YannByron commented on code in PR #6704:
URL: https://github.com/apache/paimon/pull/6704#discussion_r2617035407


##########
paimon-spark/paimon-spark-common/src/main/scala/org/apache/paimon/spark/catalyst/analysis/PaimonDeleteTable.scala:
##########
@@ -32,7 +32,10 @@ object PaimonDeleteTable extends Rule[LogicalPlan] with 
RowLevelHelper {
 
   override def apply(plan: LogicalPlan): LogicalPlan = {
     plan.resolveOperators {
-      case d @ DeleteFromTable(PaimonRelation(table), condition) if d.resolved 
=>
+      case d @ DeleteFromTable(PaimonRelation(table), condition)

Review Comment:
   Can we extract a single method here, and document this to describe which 
scenarios not to support?



-- 
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]

Reply via email to