alamb commented on code in PR #8860: URL: https://github.com/apache/arrow-rs/pull/8860#discussion_r2535645835
########## CHANGELOG.md: ########## @@ -29,6 +29,7 @@ - feat: Improve DataType display for `RunEndEncoded` [\#8596](https://github.com/apache/arrow-rs/pull/8596) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([Weijun-H](https://github.com/Weijun-H)) - Add `ArrowError::AvroError`, remaining types and roundtrip tests to `arrow-avro`, [\#8595](https://github.com/apache/arrow-rs/pull/8595) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([jecsand838](https://github.com/jecsand838)) - \[thrift-remodel\] Refactor Thrift encryption and store encodings as bitmask [\#8587](https://github.com/apache/arrow-rs/pull/8587) [[parquet](https://github.com/apache/arrow-rs/labels/parquet)] ([etseidl](https://github.com/etseidl)) +- Change default page encoding stats decoding mode from `Full` to `Mask` in `ParquetMetaDataOptions` [\#8859](https://github.com/apache/arrow-rs/pull/8859) [[parquet](https://github.com/apache/arrow-rs/labels/parquet)] ([user](https://github.com/user)) Review Comment: PRs shouldn't be changing the changelog for an already released version @joe-ucp I suspect this PR is created by claude/codex or a similar tool. This is totally fine but we need your help to review the PR first before asking us to review it It is not yet an arrow project guideline, but I personally think the guidelines from https://datafusion.apache.org/contributor-guide/index.html#ai-assisted-contributions helps undertand the background and what we generally expect from contrubutors Thanks again -- 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]
