alamb commented on code in PR #9119: URL: https://github.com/apache/arrow-datafusion/pull/9119#discussion_r1477941492
########## datafusion/core/README.md: ########## @@ -19,8 +19,15 @@ # DataFusion Core -[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format. +[DataFusion][df] is an extensible query execution framework, written in Rust, +that uses Apache Arrow as its in-memory format. -This crate contains the main entrypoints and high level DataFusion APIs such as SessionContext, and DataFrame and ListingTable. +This crate contains the main entrypoints and high level DataFusion APIs such as +SessionContext, and DataFrame and ListingTable. -[df]: https://crates.io/crates/datafusion +For more information: + +- [DataFusion Website](https://arrow.apache.org/datafusion) +- [DataFusion API Docs](https://docs.rs/datafusion/latest/datafusion/) + +[df]: https://arrow.apache.org/datafusion Review Comment: Good idea, I will do so -- 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]
