From 9b27daada16c2900e4cded7ff2285db4f7158c69 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 28 Oct 2025 07:43:51 -0400 Subject: [PATCH 1/2] docs: Update Parquet readme implementation status --- parquet/README.md | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/parquet/README.md b/parquet/README.md index 515cb037d6fb..dcf8d8c3d54c 100644 --- a/parquet/README.md +++ b/parquet/README.md @@ -73,23 +73,10 @@ The `parquet` crate provides the following features which may be enabled in your ## Parquet Feature Status -- [x] All encodings supported -- [x] All compression codecs supported -- [x] Read support - - [x] Primitive column value readers - - [x] Row record reader - - [x] Arrow record reader - - [x] Async support (to Arrow) - - [x] Encrypted files -- [x] Statistics support -- [x] Write support - - [x] Primitive column value writers - - [ ] Row record writer - - [x] Arrow record writer - - [x] Async support - - [x] Encrypted files -- [x] Predicate pushdown -- [x] Parquet format 4.0.0 support +Please see the [Implementation Status Page] on the [Apache Parquet] website for +information on the status of this implementation. + +[Implementation Status Page]: https://parquet.apache.org/docs/file-format/implementationstatus/ ## License From 3c7a4d4da6db2bcfcd35de34f61618406e6fddcf Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 28 Oct 2025 15:33:04 -0400 Subject: [PATCH 2/2] format --- parquet/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parquet/README.md b/parquet/README.md index dcf8d8c3d54c..8317b4dbd4ff 100644 --- a/parquet/README.md +++ b/parquet/README.md @@ -73,10 +73,10 @@ The `parquet` crate provides the following features which may be enabled in your ## Parquet Feature Status -Please see the [Implementation Status Page] on the [Apache Parquet] website for +Please see the [Implementation Status Page] on the [Apache Parquet] website for information on the status of this implementation. -[Implementation Status Page]: https://parquet.apache.org/docs/file-format/implementationstatus/ +[implementation status page]: https://parquet.apache.org/docs/file-format/implementationstatus/ ## License