We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87dfed commit 010e22cCopy full SHA for 010e22c
1 file changed
vortex-array/src/serde.rs
@@ -367,13 +367,6 @@ impl SerializedArray {
367
decoded.dtype(),
368
dtype,
369
);
370
- assert_eq!(
371
- decoded.encoding_id(),
372
- encoding_id,
373
- "Array decoded from {} has incorrect encoding {}",
374
375
376
- );
377
378
// Populate statistics from the serialized array.
379
if let Some(stats) = self.flatbuffer().stats() {
0 commit comments