etseidl commented on code in PR #8688:
URL: https://github.com/apache/arrow-rs/pull/8688#discussion_r2460937794


##########
parquet/src/encodings/decoding.rs:
##########
@@ -2091,4 +2106,45 @@ mod tests {
             v
         }
     }
+
+    #[test]
+    fn test_delta_bit_packed_invalid_bit_width() {
+        // Manually craft a buffer with an invalid bit width
+        let mut buffer = vec![];

Review Comment:
   Given the documentation here, I think adding 
`#[allow(clippy::vec_init_then_push)]` is warranted.



-- 
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