Add PRs column linking features to their spec pull requests - #193
Merged
Conversation
Adds a 'prs' field to each feature in the format version tables with links to the specific apache/parquet-format pull requests (or commits, for changes predating the use of pull requests) that added the feature to the specification. Closes apache#191 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Adds mailing list approval/consensus threads found in the dev@parquet.apache.org archives for the date/time logical types, the LogicalType union, and LZ4_RAW. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
etseidl
approved these changes
Jul 7, 2026
Comment on lines
+81
to
+82
| specification (features added before Parquet moved to Apache in 2014 have no | ||
| entry, as the original pull request records no longer exist). |
Collaborator
Author
Collaborator
Author
|
And it is live: https://parquet.apache.org/docs/file-format/versions/
|
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.

Preview URL: https://alamb.github.io/parquet-site/docs/file-format/versions/
An image:

This PR updates https://parquet.apache.org/docs/file-format/versions/ page to include the specific pull request(s) that added it to the parquet-format specification.
Features that predate Parquet's move to Apache in 2014 are left blank, since the original pull request records no longer exist.
Also adds a definition list for the table columns
This was written largely by claude code, but I then reviewed all the PRs manually