Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
askwang committed Dec 17, 2024
1 parent f0f5b47 commit d728a57
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ class CreateTagFromTimestampProcedureTest extends PaimonSparkTestBase with Strea

// make snapshot 1 expire.
checkAnswer(
spark.sql("CALL paimon.sys.expire_snapshots(table => 'test.T', retain_max => 1)"),
spark.sql(
"CALL paimon.sys.expire_snapshots(table => 'test.T', retain_max => 1, retain_min => 1)"),
Row(1) :: Nil)

// create tag from timestamp that earlier than the expired snapshot 1.
Expand Down

0 comments on commit d728a57

Please sign in to comment.