Skip to content

Commit d4b6183

Browse files
authored
docs: Update Parquet readme implementation status (#8731)
# Which issue does this PR close? # Rationale for this change We now have a nice centralized location for parquet implementation status on the Apache Parquet site, so let's direct users there rather than maintain a separate copy here - https://parquet.apache.org/docs/file-format/implementationstatus/ # What changes are included in this PR? 1. Remove existing implementation status 2. Add link to the parquet site # Are these changes tested? We typically require tests for all PRs in order to: 1. Prevent the code from being accidentally broken by subsequent changes 4. Serve as another way to document the expected behavior of the code If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? # Are there any user-facing changes? If there are user-facing changes then we may require documentation to be updated before approving the PR. If there are any breaking changes to public APIs, please call them out.
1 parent e9ea12b commit d4b6183

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

parquet/README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -73,23 +73,10 @@ The `parquet` crate provides the following features which may be enabled in your
7373

7474
## Parquet Feature Status
7575

76-
- [x] All encodings supported
77-
- [x] All compression codecs supported
78-
- [x] Read support
79-
- [x] Primitive column value readers
80-
- [x] Row record reader
81-
- [x] Arrow record reader
82-
- [x] Async support (to Arrow)
83-
- [x] Encrypted files
84-
- [x] Statistics support
85-
- [x] Write support
86-
- [x] Primitive column value writers
87-
- [ ] Row record writer
88-
- [x] Arrow record writer
89-
- [x] Async support
90-
- [x] Encrypted files
91-
- [x] Predicate pushdown
92-
- [x] Parquet format 4.0.0 support
76+
Please see the [Implementation Status Page] on the [Apache Parquet] website for
77+
information on the status of this implementation.
78+
79+
[implementation status page]: https://parquet.apache.org/docs/file-format/implementationstatus/
9380

9481
## License
9582

0 commit comments

Comments
 (0)