GH-602: Move ALP encoding specification to AlpEncoding.md - #608
Open
alamb wants to merge 2 commits into
Open
Conversation
Move the ALP algorithm description (everything from the Overview section onward) out of Encodings.md into a new AlpEncoding.md, keeping the introductory description and a link in Encodings.md. The content is moved verbatim; the only edit is updating the RLE/Bit-Packing Hybrid link to point back to Encodings.md. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
alamb
marked this pull request as ready for review
August 13, 2026 16:55
AlpEncoding.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
As suggested by @pitrou in #557 (comment), the ALP algorithm description is long enough that it deserves its own file, following the pattern of other detailed specifications.
What changes are included in this PR?
This PR is a straight move of the spec text, with no changes to the content:
Overviewsection onward of the ALP section ofEncodings.mdinto a new file,AlpEncoding.md. Rendered https://github.com/alamb/parquet-format/blob/gh-602-alp-separate-file/AlpEncoding.mdEncodings.md, followed by a link to the new fileThe moved text is verbatim except:
###-->#) to reflect standalone docDo these changes have api implications?
No, this is a documentation reorganization only.
parquet.thriftalready refers readers toEncodings.md, which now links onward to the new file.🤖 Generated with claude code, reviewed by me (@alamb)