Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaschat-db committed Jul 16, 2024
1 parent e573cda commit 476a7fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ trait DeltaSQLConfBase {
.doc("Controls whether test features are enabled in testing mode. " +
"This config is only used for testing purposes. ")
.booleanConf
.createWithDefault(true)
.createWithDefault(Utils.isTesting)

val DELTA_MAX_SNAPSHOT_LINEAGE_LENGTH =
buildConf("maxSnapshotLineageLength")
Expand Down

0 comments on commit 476a7fa

Please sign in to comment.