Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcasale committed Apr 4, 2024
1 parent be969a2 commit ab75bec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions vortex-fastlanes/src/bitpacking/compute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ impl ScalarAtFn for BitPackedArray {
})
}

// let patches_c = self.patches.clone();
// if patches_c.is_some() && patches_c.unwrap().is_valid(index) {
// ScalarAtFn::scalar_at(patches_c.as_sparse(), index)
// } else {
// unpack_single(self, index)
// }

match self.patches.clone() {
None => unpack_single(self, index),
Some(patch) => {
Expand Down

0 comments on commit ab75bec

Please sign in to comment.