tustvold commented on code in PR #2774:
URL: https://github.com/apache/arrow-rs/pull/2774#discussion_r978709306


##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -2313,4 +2328,66 @@ mod tests {
         assert_ne!(1024, num_rows);
         assert_eq!(reader.batch_size, num_rows as usize);
     }
+
+    #[test]

Review Comment:
   This is based on the test by @liyongjing, thank you for the great 
reproducer. I had to tweak the levels a little for the generated parquet to be 
valid, but the spirit remains the same :smile: 



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