Skip to content

Commit 010e22c

Browse files
committed
remove check for ArrayPlugin encoding ID match
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent d87dfed commit 010e22c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

vortex-array/src/serde.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -367,13 +367,6 @@ impl SerializedArray {
367367
decoded.dtype(),
368368
dtype,
369369
);
370-
assert_eq!(
371-
decoded.encoding_id(),
372-
encoding_id,
373-
"Array decoded from {} has incorrect encoding {}",
374-
encoding_id,
375-
decoded.encoding_id(),
376-
);
377370

378371
// Populate statistics from the serialized array.
379372
if let Some(stats) = self.flatbuffer().stats() {

0 commit comments

Comments
 (0)