Skip to content

Commit c835f88

Browse files
authored
docs: Add parquet_opendal in related projects (apache#6236)
* docs: Add parquet_opendal in related projects * Fix spaces
1 parent 0130af3 commit c835f88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,15 @@ There are several related crates in different repositories
9292
| [`datafusion`] | In-memory query engine with SQL support | [(README)][datafusion-readme] |
9393
| [`ballista`] | Distributed query execution | [(README)][ballista-readme] |
9494
| [`object_store_opendal`] | Use [`opendal`] as [`object_store`] backend | [(README)][object_store_opendal-readme] |
95+
| [`parquet_opendal`] | Use [`opendal`] for [`parquet`] Arrow IO | [(README)][parquet_opendal-readme] |
9596

9697
[`datafusion`]: https://crates.io/crates/datafusion
9798
[`ballista`]: https://crates.io/crates/ballista
9899
[`object_store_opendal`]: https://crates.io/crates/object_store_opendal
99100
[`opendal`]: https://crates.io/crates/opendal
100101
[object_store_opendal-readme]: https://github.com/apache/opendal/blob/main/integrations/object_store/README.md
102+
[`parquet_opendal`]: https://crates.io/crates/parquet_opendal
103+
[parquet_opendal-readme]: https://github.com/apache/opendal/blob/main/integrations/parquet/README.md
101104

102105
Collectively, these crates support a wider array of functionality for analytic computations in Rust.
103106

0 commit comments

Comments
 (0)