You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/procedure/CompactProcedureTestBase.scala
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -343,6 +343,19 @@ abstract class CompactProcedureTestBase extends PaimonSparkTestBase with StreamT
343
343
}
344
344
}
345
345
346
+
test("Paimon Procedure: sort compact with partition filter") {
347
+
withTable("t") {
348
+
sql("CREATE TABLE t (a INT, pt INT) PARTITIONED BY (pt)")
0 commit comments