Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaschat-db committed Jan 9, 2024
1 parent f678472 commit 0c22b93
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ trait DeletionVectorsTestUtils extends QueryTest with SharedSparkSession {
update: Boolean = false,
merge: Boolean = false): Unit = {
val global = delete || update || merge

spark.conf
.set(DeltaConfigs.ENABLE_DELETION_VECTORS_CREATION.defaultTablePropertyKey, global.toString)
spark.conf.set(DeltaSQLConf.DELETE_USE_PERSISTENT_DELETION_VECTORS.key, delete.toString)
Expand Down

0 comments on commit 0c22b93

Please sign in to comment.