Skip to content

Commit 36d5382

Browse files
committed
use fixture
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 2a098ef commit 36d5382

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • vortex-test/compat-gen/src/fixtures/arrays/synthetic/encodings

vortex-test/compat-gen/src/fixtures/arrays/synthetic/encodings/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ pub fn fixtures() -> Vec<Box<dyn FlatLayoutFixture>> {
3838
Box::new(bytebool::ByteBoolFixture),
3939
Box::new(datetimeparts::DateTimePartsFixture),
4040
Box::new(decimal_byte_parts::DecimalBytePartsFixture),
41-
// Reenable this once delta is stable
41+
// Re-enable this once delta is stable
4242
// Box::new(delta::DeltaFixture),
4343
Box::new(dict::DictFixture),
4444
Box::new(fsst::FsstFixture),
4545
Box::new(for_::FoRFixture),
46+
Box::new(patched::PatchedFixture),
4647
Box::new(pco::PcoFixture),
4748
Box::new(rle::RleFixture),
4849
Box::new(runend::RunEndFixture),

0 commit comments

Comments
 (0)