Skip to content

Commit

Permalink
remove config override
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvarya-db committed Dec 6, 2024
1 parent 6255cc4 commit 5d522ac
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ class FileSizeHistogramSuite extends QueryTest

import testImplicits._

override protected def sparkConf: SparkConf = {
// enable the feature in tests
super.sparkConf.set(DeltaSQLConf.DELTA_FILE_SIZE_HISTOGRAM_ENABLED.key, "true")
super.sparkConf.set(DeltaSQLConf.DELTA_WRITE_CHECKSUM_ENABLED.key, "true")
}

private def getTableName: String = "delta_tbl_" + UUID.randomUUID().toString.replace("-", "")

/**
Expand Down

0 comments on commit 5d522ac

Please sign in to comment.