etseidl opened a new pull request, #7555: URL: https://github.com/apache/arrow-rs/pull/7555
# Which issue does this PR close? Enables workaround for #7489 # Rationale for this change When `WriterProperties::statistics_truncate_length` is set, the column chunk statistics are truncated, but the page statistics are not. This can lead to very large page headers that blow up some readers. # What changes are included in this PR? Page statistics are now truncated as well. # Are there any user-facing changes? No -- 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