From 6a5e80e02c2a1b1bfdd5d03497ea94fb9d2e798f Mon Sep 17 00:00:00 2001 From: Andrew Duffy Date: Wed, 5 Jun 2024 18:09:33 +0100 Subject: [PATCH] whoops --- vortex-array/src/compress.rs | 1 - 1 file changed, 1 deletion(-) 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) }