diff --git a/vortex-array/src/compress.rs b/vortex-array/src/compress.rs index 8eb381c1a8..26cf51cc46 100644 --- a/vortex-array/src/compress.rs +++ b/vortex-array/src/compress.rs @@ -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) }