This is an automated email from the ASF dual-hosted git repository. Fokko pushed a commit to branch fd-format-2-14 in repository https://gitbox.apache.org/repos/asf/parquet-site.git
commit 040746b11552de9bc466bb936fee7a0275400bfc Author: Fokko Driesprong <[email protected]> AuthorDate: Fri Sep 11 13:06:50 2026 +0200 Add Parquet Format 2.14.0 --- content/en/blog/parquet-format/2.14.0.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/content/en/blog/parquet-format/2.14.0.md b/content/en/blog/parquet-format/2.14.0.md new file mode 100644 index 00000000..e454ccda --- /dev/null +++ b/content/en/blog/parquet-format/2.14.0.md @@ -0,0 +1,24 @@ +--- +title: "2.14.0" +date: 2026-09-11 +description: > +--- + +The release contains: + +- Chronological ordering of INT96 timestamps (#[584](https://github.com/apache/parquet-format/pull/584)) +- The FILE logical type ([#585](https://github.com/apache/parquet-format/pull/585)) with the FILE self-reference follow-up ([#603](https://github.com/apache/parquet-format/pull/603)) +- Adaptive Lossless Floating-Point encoding ([#557](https://github.com/apache/parquet-format/pull/557)) + +[Github Release Link](https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.14.0). + +The [latest version of parquet-format is 2.14.0](https://dlcdn.apache.org/parquet/apache-parquet-format-2.14.0/apache-parquet-format-2.14.0.tar.gz). + +To [check the validity](https://www.apache.org/info/verification.html) of this release, use its: + +* [Release manager OpenPGP key](https://downloads.apache.org/parquet/KEYS) +* [OpenPGP signature](https://dlcdn.apache.org/parquet/apache-parquet-format-2.14.0/apache-parquet-format-2.14.0.tar.gz.asc) +* [SHA-512](https://dlcdn.apache.org/parquet/apache-parquet-format-2.14.0/apache-parquet-format-2.14.0.tar.gz.sha512) + + +Older releases can be found in the Archives of the Apache Software Foundation: [https://archive.apache.org/dist/parquet/](https://archive.apache.org/dist/parquet/)
