Skip to content

Commit e3e3320

Browse files
committed
[test] Fix unstable Data Evolution test
1 parent 0440d76 commit e3e3320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/sql/RowTrackingTestBase.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ abstract class RowTrackingTestBase extends PaimonSparkTestBase {
458458
|WHEN MATCHED AND target.a = 5 THEN UPDATE SET b = source.b + target.b
459459
|WHEN MATCHED AND source.c > 'c2' THEN UPDATE SET b = source.b * 3,
460460
|c = concat(target.c, source.c)
461-
|""".stripMargin)
461+
|""".stripMargin).collect()
462462
// Assert no shuffle/join/sort was used in
463463
// 'org.apache.paimon.spark.commands.MergeIntoPaimonDataEvolutionTable.updateActionInvoke'
464464
assert(

0 commit comments

Comments
 (0)