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


##########
parquet/benches/metadata.rs:
##########
@@ -64,13 +65,15 @@ fn encoded_meta() -> Vec<u8> {
         })
     }
 
-    let stats = parquet::format::Statistics {
+    let max_value_binding = vec![rng.random(); 8];

Review Comment:
   We may just have to give up on parquet-layout. There are other tools 
available that provide the same information.



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