We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a098ef commit 36d5382Copy full SHA for 36d5382
1 file changed
vortex-test/compat-gen/src/fixtures/arrays/synthetic/encodings/mod.rs
@@ -38,11 +38,12 @@ pub fn fixtures() -> Vec<Box<dyn FlatLayoutFixture>> {
38
Box::new(bytebool::ByteBoolFixture),
39
Box::new(datetimeparts::DateTimePartsFixture),
40
Box::new(decimal_byte_parts::DecimalBytePartsFixture),
41
- // Reenable this once delta is stable
+ // Re-enable this once delta is stable
42
// Box::new(delta::DeltaFixture),
43
Box::new(dict::DictFixture),
44
Box::new(fsst::FsstFixture),
45
Box::new(for_::FoRFixture),
46
+ Box::new(patched::PatchedFixture),
47
Box::new(pco::PcoFixture),
48
Box::new(rle::RleFixture),
49
Box::new(runend::RunEndFixture),
0 commit comments