We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb159ea commit fa1f73cCopy full SHA for fa1f73c
1 file changed
vortex-test/compat-gen/src/fixtures/arrays/synthetic/encodings/mod.rs
@@ -37,7 +37,8 @@ pub fn fixtures() -> Vec<Box<dyn FlatLayoutFixture>> {
37
Box::new(bytebool::ByteBoolFixture),
38
Box::new(datetimeparts::DateTimePartsFixture),
39
Box::new(decimal_byte_parts::DecimalBytePartsFixture),
40
- Box::new(delta::DeltaFixture),
+ // Reenable this once delta is stable
41
+ // Box::new(delta::DeltaFixture),
42
Box::new(dict::DictFixture),
43
Box::new(fsst::FsstFixture),
44
Box::new(for_::FoRFixture),
0 commit comments