alamb opened a new pull request, #202: URL: https://github.com/apache/parquet-site/pull/202
## Rationale parquet-format 2.14.0 is being voted on now: [[VOTE] Release Apache Parquet Format 2.14.0 RC1](https://lists.apache.org/thread/ovo7vhh2gp31v32xzq6wm5f0grk97bs3). The RC is cut from commit [`04d56f2`](https://github.com/apache/parquet-format/commit/04d56f291ff963e98bc37ab8100e2fc133ff583c) (tag `apache-parquet-2.14.0-rc1`). This PR adds all the format features included in that release to the [Features and Versions](https://parquet.apache.org/docs/file-format/versions/) page and the [Implementation Status](https://parquet.apache.org/docs/file-format/implementationstatus/) matrix. Replaces #199, which covered only ALP. ## Changes New feature rows, one per format change in 2.14.0: | Feature | Spec PRs | Approval vote | |---|---|---| | ALP encoding (marked as in Preview per [#604](https://github.com/apache/parquet-format/pull/604)) | [#557](https://github.com/apache/parquet-format/pull/557), [#604](https://github.com/apache/parquet-format/pull/604), [#608](https://github.com/apache/parquet-format/pull/608) | [2026-07-23](https://lists.apache.org/thread/ld025dzycrhm6dgh8p6157to7d9x8pon) | | FILE logical type | [#585](https://github.com/apache/parquet-format/pull/585), [#603](https://github.com/apache/parquet-format/pull/603) | [2026-07-18](https://lists.apache.org/thread/lbtdvq63382fgl2049zb6vn396h9lmfz) | | INT96 chronological timestamp order (`ColumnOrder->INT96_TIMESTAMP_ORDER`) | [#584](https://github.com/apache/parquet-format/pull/584) | [2026-07-06](https://lists.apache.org/thread/4kq2gfgx3cmow26h8ofd93653z9zhs2t) | Also adds the 2.14.0 release metadata to `parquet-format-releases.yaml`. Notes: * The INT96 ordering row is hidden from the implementation status matrix (`implementation_status: false`), following the precedent of the IEEE 754 total order row from 2.13.0. ALP and FILE do appear there, with no support data yet. * 2.14.0 also includes [#606](https://github.com/apache/parquet-format/pull/606) (specify handling for unrecognized logical types) and [#574](https://github.com/apache/parquet-format/pull/574) (Variant doc fixes). These are spec clarifications rather than new features, so no matrix rows were added for them. ## Preview Rendered preview (may take a few minutes to deploy): * https://alamb.github.io/parquet-site/docs/file-format/versions/ * https://alamb.github.io/parquet-site/docs/file-format/implementationstatus/ **Note:** parquet-format 2.14.0 has not been released yet, so the release tag and compare links will not resolve until it ships. This PR will stay in draft and must not be merged until the [2.14.0 RC1 release vote](https://lists.apache.org/thread/ovo7vhh2gp31v32xzq6wm5f0grk97bs3) passes. -- 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]
