Skip to content

Commit

Permalink
emd
Browse files Browse the repository at this point in the history
  • Loading branch information
berna396 committed Jan 23, 2024
1 parent 3dbf62e commit 5ef1710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/scala/DeltaOptimizeTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ class DeltaOptimizeTest
// If you have a large amount of data and only want to optimize a subset of it, you can specify an optional partition predicate using `where`
//deltaTable.optimize().where("date='2021-11-18'").executeCompaction()

deltaTable.vacuum(0.0)
//deltaTable.vacuum(0.0)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ class DeltaWriterTest extends AnyFunSuite
}

test("Tests Delta Optimize Batch") {
val path = "src/test/tmp/delta/letters_append"
val path = "src/test/tmp/delta/letters_optimize"
val sqlCtx = sqlContext

val inputDF = spark.createDataFrame(
Expand Down

0 comments on commit 5ef1710

Please sign in to comment.