@@ -924,7 +924,6 @@ func TestCompaction(t *testing.T) {
924
924
FormatMajorVersion : randVersion (minVersion , maxVersion ),
925
925
}
926
926
opts .WithFSDefaults ()
927
- opts .Experimental .EnableColumnarBlocks = func () bool { return true }
928
927
opts .Experimental .CompactionScheduler = NewConcurrencyLimitSchedulerWithNoPeriodicGrantingForTest ()
929
928
930
929
var err error
@@ -1027,7 +1026,6 @@ func TestCompaction(t *testing.T) {
1027
1026
DisableAutomaticCompactions : true ,
1028
1027
}
1029
1028
opts .WithFSDefaults ()
1030
- opts .Experimental .EnableColumnarBlocks = func () bool { return true }
1031
1029
opts .Experimental .CompactionScheduler = NewConcurrencyLimitSchedulerWithNoPeriodicGrantingForTest ()
1032
1030
if d != nil {
1033
1031
opts .CompactionConcurrencyRange = d .opts .CompactionConcurrencyRange
@@ -1592,7 +1590,6 @@ func TestCompactionDeleteOnlyHints(t *testing.T) {
1592
1590
}
1593
1591
opts .WithFSDefaults ()
1594
1592
opts .Experimental .EnableDeleteOnlyCompactionExcises = func () bool { return true }
1595
- opts .Experimental .EnableColumnarBlocks = func () bool { return true }
1596
1593
return opts , nil
1597
1594
}
1598
1595
@@ -1902,7 +1899,6 @@ func TestCompactionTombstones(t *testing.T) {
1902
1899
}
1903
1900
opts .WithFSDefaults ()
1904
1901
opts .Experimental .EnableDeleteOnlyCompactionExcises = func () bool { return true }
1905
- opts .Experimental .EnableColumnarBlocks = func () bool { return true }
1906
1902
opts .Experimental .CompactionScheduler = NewConcurrencyLimitSchedulerWithNoPeriodicGrantingForTest ()
1907
1903
var err error
1908
1904
d , err = runDBDefineCmd (td , opts )
@@ -2761,7 +2757,6 @@ func TestMarkedForCompaction(t *testing.T) {
2761
2757
},
2762
2758
}
2763
2759
opts .WithFSDefaults ()
2764
- opts .Experimental .EnableColumnarBlocks = func () bool { return true }
2765
2760
2766
2761
reset := func () {
2767
2762
if d != nil {
@@ -3382,7 +3377,6 @@ func TestTombstoneDensityCompactionMoveOptimization(t *testing.T) {
3382
3377
opts := DefaultOptions ()
3383
3378
opts .Experimental .TombstoneDenseCompactionThreshold = 0.5 // Lower for test
3384
3379
opts .Experimental .NumDeletionsThreshold = 1
3385
- opts .Experimental .EnableColumnarBlocks = func () bool { return true }
3386
3380
opts .Experimental .CompactionScheduler = NewConcurrencyLimitSchedulerWithNoPeriodicGrantingForTest ()
3387
3381
opts .WithFSDefaults ()
3388
3382
@@ -3481,7 +3475,6 @@ func TestTombstoneDensityCompactionMoveOptimization_NoMoveWithOverlap(t *testing
3481
3475
opts := DefaultOptions ()
3482
3476
opts .Experimental .TombstoneDenseCompactionThreshold = 0.5 // Lower for test
3483
3477
opts .Experimental .NumDeletionsThreshold = 1
3484
- opts .Experimental .EnableColumnarBlocks = func () bool { return true }
3485
3478
opts .Experimental .CompactionScheduler = NewConcurrencyLimitSchedulerWithNoPeriodicGrantingForTest ()
3486
3479
opts .WithFSDefaults ()
3487
3480
@@ -3561,7 +3554,6 @@ func TestTombstoneDensityCompactionMoveOptimization_GrandparentOverlapTooLarge(t
3561
3554
opts := DefaultOptions ()
3562
3555
opts .Experimental .TombstoneDenseCompactionThreshold = 0.5
3563
3556
opts .Experimental .NumDeletionsThreshold = 1
3564
- opts .Experimental .EnableColumnarBlocks = func () bool { return true }
3565
3557
opts .Experimental .CompactionScheduler = NewConcurrencyLimitSchedulerWithNoPeriodicGrantingForTest ()
3566
3558
opts .WithFSDefaults ()
3567
3559
@@ -3624,7 +3616,6 @@ func TestTombstoneDensityCompactionMoveOptimization_BelowDensityThreshold(t *tes
3624
3616
opts := DefaultOptions ()
3625
3617
opts .Experimental .TombstoneDenseCompactionThreshold = 0.9 // Set high threshold
3626
3618
opts .Experimental .NumDeletionsThreshold = 1
3627
- opts .Experimental .EnableColumnarBlocks = func () bool { return true }
3628
3619
opts .Experimental .CompactionScheduler = NewConcurrencyLimitSchedulerWithNoPeriodicGrantingForTest ()
3629
3620
opts .WithFSDefaults ()
3630
3621
@@ -3672,7 +3663,6 @@ func TestTombstoneDensityCompactionMoveOptimization_InvalidStats(t *testing.T) {
3672
3663
opts := DefaultOptions ()
3673
3664
opts .Experimental .TombstoneDenseCompactionThreshold = 0.5
3674
3665
opts .Experimental .NumDeletionsThreshold = 1
3675
- opts .Experimental .EnableColumnarBlocks = func () bool { return true }
3676
3666
opts .Experimental .CompactionScheduler = NewConcurrencyLimitSchedulerWithNoPeriodicGrantingForTest ()
3677
3667
opts .WithFSDefaults ()
3678
3668
0 commit comments