This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 0ff874bd21 [spark] Skip time-travel self-merge test on Spark 3.2
(#9502)
0ff874bd21 is described below
commit 0ff874bd216acda76c0aeefc161aba9d96c4026a
Author: Dapeng Sun(孙大鹏) <[email protected]>
AuthorDate: Tue Sep 1 10:19:14 2026 +0800
[spark] Skip time-travel self-merge test on Spark 3.2 (#9502)
---
.../test/scala/org/apache/paimon/spark/sql/RowTrackingTestBase.scala | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/sql/RowTrackingTestBase.scala
b/paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/sql/RowTrackingTestBase.scala
index 6ae50630f8..5c4e32f390 100644
---
a/paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/sql/RowTrackingTestBase.scala
+++
b/paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/sql/RowTrackingTestBase.scala
@@ -1226,6 +1226,8 @@ abstract class RowTrackingTestBase extends
PaimonSparkTestBase with AdaptiveSpar
}
test("Data Evolution: self-merge falls back for time-travel source") {
+ assume(gteqSpark3_3)
+
withTable("target") {
sql("""
|CREATE TABLE target (id INT, b INT, dt STRING)