Skip to content

Commit

Permalink
remove test fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
micheal-o committed Oct 16, 2024
1 parent 98fbb24 commit 486957a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2242,7 +2242,6 @@ class RocksDBSuite extends AlsoTestWithChangelogCheckpointingEnabled with Shared

testWithChangelogCheckpointingEnabled(s"simulate ForEachBatch") {
// In ForEachBatch, often batches are executed twice. We simulate this case.
// The test was accidentally fixed by SPARK-48931 (https://github.com/apache/spark/pull/47393)
val remoteDir = Utils.createTempDir().toString
val conf = dbConf.copy(minDeltasForSnapshot = 3, compactOnCommit = false)
new File(remoteDir).delete() // to make sure that the directory gets created
Expand Down

0 comments on commit 486957a

Please sign in to comment.