Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
askwang committed Dec 9, 2024
1 parent b9b9809 commit 6bc9413
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -672,11 +672,6 @@ class ExpirePartitionsProcedureTest extends PaimonSparkTestBase with StreamTest
"Never-expire",
"9999-09-09") :: Nil)

// no 'partition.expiration-time' value in table property or procedure parameter.
assertThatThrownBy(
() => spark.sql("CALL paimon.sys.expire_partitions(table => 'test.T')"))
.hasMessageContaining("The partition expiration time is must been required")

// 'partition.timestamp-formatter' value using table property.
// 'partition.expiration-time' value using procedure parameter.
checkAnswer(
Expand Down

0 comments on commit 6bc9413

Please sign in to comment.