alamb opened a new pull request, #608: URL: https://github.com/apache/parquet-format/pull/608
### Rationale for this change Closes #602 As suggested by @pitrou in https://github.com/apache/parquet-format/pull/557#discussion_r3191403571, the ALP algorithm description is long enough that it deserves its own file, following the pattern of other detailed specifications such as `VariantEncoding.md` and `BloomFilter.md`. ### What changes are included in this PR? This PR is a straight move of the spec text, with no changes to the content: - Move everything from the `Overview` section onward of the ALP section of `Encodings.md` into a new file, `AlpEncoding.md` (with the standard ASF license header and a short title) - Keep the introductory ALP description in `Encodings.md`, followed by a link to the new file The moved text is otherwise verbatim; the only edit is updating the `RLE/Bit-Packing Hybrid` link in the `PackedValues` section to point back to `Encodings.md#RLE`, since that section does not move. ### Do these changes have api implications? No, this is a documentation reorganization only. `parquet.thrift` already refers readers to `Encodings.md`, which now links onward to the new file. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
