This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new c835f88951 docs: Add parquet_opendal in related projects (#6236)
c835f88951 is described below

commit c835f8895126fabbef3bf9d8ffe8ed638ccf29cd
Author: Xuanwo <[email protected]>
AuthorDate: Fri Aug 16 05:21:35 2024 +0800

    docs: Add parquet_opendal in related projects (#6236)
    
    * docs: Add parquet_opendal in related projects
    
    * Fix spaces
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 944e8562b0..a525490843 100644
--- a/README.md
+++ b/README.md
@@ -92,12 +92,15 @@ There are several related crates in different repositories
 | [`datafusion`]           | In-memory query engine with SQL support     | 
[(README)][datafusion-readme]           |
 | [`ballista`]             | Distributed query execution                 | 
[(README)][ballista-readme]             |
 | [`object_store_opendal`] | Use [`opendal`] as [`object_store`] backend | 
[(README)][object_store_opendal-readme] |
+| [`parquet_opendal`]      | Use [`opendal`] for [`parquet`] Arrow IO    | 
[(README)][parquet_opendal-readme]      |
 
 [`datafusion`]: https://crates.io/crates/datafusion
 [`ballista`]: https://crates.io/crates/ballista
 [`object_store_opendal`]: https://crates.io/crates/object_store_opendal
 [`opendal`]: https://crates.io/crates/opendal
 [object_store_opendal-readme]: 
https://github.com/apache/opendal/blob/main/integrations/object_store/README.md
+[`parquet_opendal`]: https://crates.io/crates/parquet_opendal
+[parquet_opendal-readme]: 
https://github.com/apache/opendal/blob/main/integrations/parquet/README.md
 
 Collectively, these crates support a wider array of functionality for analytic 
computations in Rust.
 

Reply via email to