Skip to content

Commit

Permalink
remove case
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyu committed Dec 14, 2024
1 parent 62a51de commit 8d96fa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class RollbackProcedureTest extends PaimonSparkTestBase with StreamTest {
|TBLPROPERTIES ('primary-key'='a', 'bucket'='3')
|""".stripMargin)
val location = loadTable("T").location().toString

val inputData = MemoryStream[(Int, String)]
val stream = inputData
.toDS()
Expand Down

0 comments on commit 8d96fa1

Please sign in to comment.