flaneur2020 commented on code in PR #6236: URL: https://github.com/apache/arrow-rs/pull/6236#discussion_r1715045646
########## 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 Review Comment: are all these project names expected to be wrapped with ` ? 👀 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
