Skip to content

Commit fa1f73c

Browse files
committed
ignore delta
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent eb159ea commit fa1f73c

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
@@ -37,7 +37,8 @@ pub fn fixtures() -> Vec<Box<dyn FlatLayoutFixture>> {
3737
Box::new(bytebool::ByteBoolFixture),
3838
Box::new(datetimeparts::DateTimePartsFixture),
3939
Box::new(decimal_byte_parts::DecimalBytePartsFixture),
40-
Box::new(delta::DeltaFixture),
40+
// Reenable this once delta is stable
41+
// Box::new(delta::DeltaFixture),
4142
Box::new(dict::DictFixture),
4243
Box::new(fsst::FsstFixture),
4344
Box::new(for_::FoRFixture),

0 commit comments

Comments
 (0)