etseidl commented on issue #7489: URL: https://github.com/apache/arrow-rs/issues/7489#issuecomment-2914412964
I think I found it...you say pyarrow is failing because the page headers are too large. So this implicates the page stats rather than chunk or column index stats. I'm looking at the page writing code and it seems the page stats do not perform truncation (but I may be missing something). https://github.com/apache/arrow-rs/blob/72c72941e2d6caf9349399882f0a175ffdbc3b5d/parquet/src/column/writer/mod.rs#L963-L980 I'll try writing some tests for this. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org