Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
askwang committed Jan 14, 2025
1 parent 5fee6ad commit 3e7bb94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class RemoveOrphanFilesProcedureTest extends PaimonSparkTestBase {
fileIO.writeFile(orphanFile2, "b", true)

checkAnswer(
spark.sql("CALL paimon.sys.expire_snapshots(table => 'T', retain_max => 1)"),
spark.sql("CALL paimon.sys.expire_snapshots(table => 'T', retain_max => 1, retain_min => 1)"),
Row(2) :: Nil)

val older_than1 = new java.sql.Timestamp(
Expand Down

0 comments on commit 3e7bb94

Please sign in to comment.