Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Jun 5, 2024
1 parent b74b219 commit 6a5e80e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vortex-array/src/compress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ impl<'a> Compressor<'a> {

// Otherwise, attempt to compress the array
let compressed = self.compress_array(arr)?;
if compressed.dtype() != arr.dtype() {}
Ok(compressed)
}

Expand Down

0 comments on commit 6a5e80e

Please sign in to comment.