sahuagin commented on code in PR #9786:
URL: https://github.com/apache/arrow-rs/pull/9786#discussion_r3126646607


##########
parquet/src/encodings/decoding.rs:
##########
@@ -862,52 +862,51 @@ where
             let bit_width = self.mini_block_bit_widths[self.mini_block_idx] as 
usize;
             self.check_bit_width(bit_width)?;
             let mini_block_to_skip = self.mini_block_remaining.min(to_skip - 
skip);
-            let mini_block_should_skip = mini_block_to_skip;
 
-            let skip_count = self

Review Comment:
   Filed as #9792 for follow-on — thanks for the suggestion.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to