Skip to content

Commit 8a69379

Browse files
Update kernel/kernel-defaults/src/test/scala/io/delta/kernel/defaults/ChecksumStatsSuite.scala
Co-authored-by: Venki Korukanti <venki.korukanti@gmail.com>
1 parent eaba2b8 commit 8a69379

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

kernel/kernel-defaults/src/test/scala/io/delta/kernel/defaults/ChecksumStatsSuite.scala

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,11 @@ class ChecksumStatsSuite extends DeltaTableWriteSuiteBase {
3838

3939
test("Check stats in checksum are correct") {
4040
withTempDirAndEngine { (tablePath, engine) =>
41-
createEmptyTable(
42-
engine,
43-
tablePath,
44-
testSchema,
4541
// Currently only table with IcebergWriterCompatV1 could easily
4642
// support both add/remove files.
47-
tableProperties = Map(
43+
val tableProperties = Map(
4844
TableConfig.ICEBERG_WRITER_COMPAT_V1_ENABLED.getKey -> "true"))
45+
createEmptyTable(engine, tablePath, testSchema, tableProperties = tableProperties)
4946
val expectedFileSizeHistogram = FileSizeHistogram.createDefaultHistogram()
5047

5148
addFiles(

0 commit comments

Comments
 (0)