-
Notifications
You must be signed in to change notification settings - Fork 56
Make format version pages data driven #189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
86274fa
708f012
1fe107f
5875d4f
fbd7406
e7dc3b0
7ef051a
75652eb
9b1c6b5
c0258a8
9f8d58a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,24 +2,41 @@ category_id: compressions | |
| features: | ||
| - id: compression-uncompressed | ||
| display_name: UNCOMPRESSED | ||
|
|
||
| compatibility: forward_incompatible | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I added the various fields needed for the version page to the existing data files. I could probably make this less verbose by automatically generating the urls, but I think this is clearer and easier to understand |
||
| released_in: "1.0.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Compression.md#uncompressed | ||
| - id: compression-brotli | ||
| display_name: BROTLI | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "2.4.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Compression.md#brotli | ||
| - id: compression-gzip | ||
| display_name: GZIP | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "1.0.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Compression.md#gzip | ||
| - id: compression-lz4-deprecated | ||
| display_name: LZ4 (deprecated) | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "2.4.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Compression.md#lz4 | ||
| - id: compression-lz4-raw | ||
| display_name: LZ4_RAW | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "2.9.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Compression.md#lz4_raw | ||
| - id: compression-lzo | ||
| display_name: LZO | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "1.0.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Compression.md#lzo | ||
| - id: compression-snappy | ||
| display_name: SNAPPY | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "1.0.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Compression.md#snappy | ||
| - id: compression-zstd | ||
| display_name: ZSTD | ||
| compatibility: forward_incompatible | ||
| released_in: "2.4.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Compression.md#zstd | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,37 +2,57 @@ category_id: encodings | |
| features: | ||
| - id: encoding-plain | ||
| display_name: PLAIN | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "1.0.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Encodings.md#plain-plain--0 | ||
| - id: encoding-plain-dictionary | ||
| display_name: PLAIN_DICTIONARY | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "1.0.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Encodings.md#dictionary-encoding-plain_dictionary--2-and-rle_dictionary--8 | ||
| - id: encoding-rle-dictionary | ||
| display_name: RLE_DICTIONARY | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "2.0.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Encodings.md#dictionary-encoding-plain_dictionary--2-and-rle_dictionary--8 | ||
| - id: encoding-rle | ||
| display_name: RLE | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "1.0.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Encodings.md#run-length-encoding--bit-packing-hybrid-rle--3 | ||
| - id: encoding-bit-packed | ||
| display_name: BIT_PACKED (deprecated) | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "1.0.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Encodings.md#bit-packed-deprecated-bit_packed--4 | ||
| - id: encoding-delta-binary-packed | ||
| display_name: DELTA_BINARY_PACKED | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "2.0.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Encodings.md#delta-encoding-delta_binary_packed--5 | ||
| - id: encoding-delta-length-byte-array | ||
| display_name: DELTA_LENGTH_BYTE_ARRAY | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "2.0.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Encodings.md#delta-length-byte-array-delta_length_byte_array--6 | ||
| - id: encoding-delta-byte-array | ||
| display_name: DELTA_BYTE_ARRAY | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "2.0.0" | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Encodings.md#delta-strings-delta_byte_array--7 | ||
| - id: encoding-byte-stream-split | ||
| display_name: BYTE_STREAM_SPLIT | ||
| format_version: | ||
| version: "2.8.0" | ||
| date: "2020-01-13" | ||
|
|
||
| compatibility: forward_incompatible | ||
| released_in: "2.8.0" | ||
| release_date: '2020-01-13' | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Encodings.md#byte-stream-split-byte_stream_split--9 | ||
| approval: "[2019-12-03](https://lists.apache.org/thread/xs5qt2odm299pxgqb22mty2csc1so5yr)" | ||
| - id: encoding-byte-stream-split-extended | ||
| display_name: BYTE_STREAM_SPLIT (Additional Types) | ||
| spec_url: https://github.com/apache/parquet-format/commit/e517ac4dbe08d518eb5c2e58576d4c711973db94 | ||
| format_version: | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. some features already had a "format_version" which was redundant with the information from the versions page, so I consolidated them into the same fields From format_version:
version: "2.11.0"
date: "2024-03-21"To released_in: 2.11.0
release_date: '2024-03-21'
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. my one concern is 2.11.0, interpretted properly as a string without quote marks?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good idea -- I quoted them all in commit 9f8d58a |
||
| version: "2.11.0" | ||
| date: "2024-03-21" | ||
| version_display_name: BYTE_STREAM_SPLIT<br/>(Additional Types) | ||
| compatibility: forward_incompatible | ||
| released_in: "2.11.0" | ||
| release_date: '2024-03-21' | ||
| feature_url: https://github.com/apache/parquet-format/blob/master/Encodings.md#byte-stream-split-byte_stream_split--9 | ||
| approval: "[2024-03-18](https://lists.apache.org/thread/nlsj0ftxy7y4ov1678rgy5zc7dmogg6q)" | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a readme and new link in layouts/shortcodes