This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 6e87f5958f Minor: Document `parquet` crate feature (#7927)
6e87f5958f is described below
commit 6e87f5958fe0f1f562bac49bacee8456e747de25
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Oct 26 10:31:01 2023 -0400
Minor: Document `parquet` crate feature (#7927)
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 2f10812f9a..1997a6f73d 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ Default features:
- `compression`: reading files compressed with `xz2`, `bzip2`, `flate2`, and
`zstd`
- `crypto_expressions`: cryptographic functions such as `md5` and `sha256`
- `encoding_expressions`: `encode` and `decode` functions
+- `parquet`: support for reading the [Apache Parquet] format
- `regex_expressions`: regular expression functions, such as `regexp_match`
- `unicode_expressions`: Include unicode aware functions such as
`character_length`
@@ -59,6 +60,7 @@ Optional features:
- `simd`: enable arrow-rs's manual `SIMD` kernels (requires Rust `nightly`)
[apache avro]: https://avro.apache.org/
+[apache parquet]: https://parquet.apache.org/
## Rust Version Compatibility