Skip to content

Commit a82b0b7

Browse files
committed
disable compat test for Patched until stabilized
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 2801d63 commit a82b0b7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

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
@@ -43,7 +43,8 @@ pub fn fixtures() -> Vec<Box<dyn FlatLayoutFixture>> {
4343
Box::new(dict::DictFixture),
4444
Box::new(fsst::FsstFixture),
4545
Box::new(for_::FoRFixture),
46-
Box::new(patched::PatchedFixture),
46+
// TODO(aduffy): add back once we stabilized Patched array
47+
// Box::new(patched::PatchedFixture),
4748
Box::new(pco::PcoFixture),
4849
Box::new(rle::RleFixture),
4950
Box::new(runend::RunEndFixture),

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// SPDX-License-Identifier: Apache-2.0
22
// SPDX-FileCopyrightText: Copyright the Vortex contributors
33

4+
#![allow(dead_code)]
5+
46
use vortex_array::ArrayId;
57
use vortex_array::ArrayRef;
68
use vortex_array::ExecutionCtx;

0 commit comments

Comments
 (0)