Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions vortex-array/src/serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,13 +367,6 @@ impl SerializedArray {
decoded.dtype(),
dtype,
);
assert_eq!(
decoded.encoding_id(),
encoding_id,
"Array decoded from {} has incorrect encoding {}",
encoding_id,
decoded.encoding_id(),
);

// Populate statistics from the serialized array.
if let Some(stats) = self.flatbuffer().stats() {
Expand Down
Loading