cxzl25 commented on code in PR #6877:
URL: https://github.com/apache/paimon/pull/6877#discussion_r2649211017


##########
paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/sql/V2WriteRequireDistributionTest.scala:
##########
@@ -49,7 +49,7 @@ class V2WriteRequireDistributionTest extends 
PaimonSparkTestBase with AdaptiveSp
         val node1 = nodes(0)
         assert(
           node1.isInstanceOf[AppendDataExec] &&
-            node1.toString.contains("PaimonWrite(table=test.t1"),
+            
node1.asInstanceOf[AppendDataExec].write.toString.contains("PaimonWrite(table=test.t1"),

Review Comment:
   [[SPARK-52632](https://issues.apache.org/jira/browse/SPARK-52632)][SQL] 
Pretty display V2 write plan nodes
   



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