Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sabir-akhadov committed May 17, 2024
1 parent 8a8e757 commit 06b63ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ trait DeltaSQLConfBase {
|If enabled, allow the column mapping to be removed from a table.
|""".stripMargin)
.booleanConf
.createWithDefault(false)
.createWithDefault(true)

val DELTALOG_MINOR_COMPACTION_USE_FOR_READS =
buildConf("deltaLog.minorCompaction.useForReads")
Expand Down

0 comments on commit 06b63ee

Please sign in to comment.