From 1a267ef0e0246741a058102cff3d29bff578f1f7 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sun, 4 Feb 2024 07:03:43 -0500 Subject: [PATCH 1/3] Minor: Fix Self referential links in readme --- datafusion/core/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/datafusion/core/README.md b/datafusion/core/README.md index aa5dc08eaaa5..d31ec72586e1 100644 --- a/datafusion/core/README.md +++ b/datafusion/core/README.md @@ -19,8 +19,14 @@ # 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 From 162942c2fedb0fdc3bed0217143f3599e2f4a05c Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sun, 4 Feb 2024 07:06:15 -0500 Subject: [PATCH 2/3] prettier --- datafusion/core/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/datafusion/core/README.md b/datafusion/core/README.md index d31ec72586e1..f27b49e2e722 100644 --- a/datafusion/core/README.md +++ b/datafusion/core/README.md @@ -26,7 +26,8 @@ This crate contains the main entrypoints and high level DataFusion APIs such as SessionContext, and DataFrame and ListingTable. For more information: -* [DataFusion Website](https://arrow.apache.org/datafusion) -* [DataFusion API Docs](https://docs.rs/datafusion/latest/datafusion/) + +- [DataFusion Website](https://arrow.apache.org/datafusion) +- [DataFusion API Docs](https://docs.rs/datafusion/latest/datafusion/) [df]: https://arrow.apache.org/datafusion From 16f7fc4d6d3b397fc1653e718ecfcce920965d8e Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 5 Feb 2024 07:24:28 -0500 Subject: [PATCH 3/3] Improve readme --- datafusion/core/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/datafusion/core/README.md b/datafusion/core/README.md index f27b49e2e722..16bc0672a277 100644 --- a/datafusion/core/README.md +++ b/datafusion/core/README.md @@ -19,15 +19,13 @@ # DataFusion Core -[DataFusion][df] is an extensible query execution framework, written in Rust, +DataFusion 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 entry points and high level DataFusion APIs such as +`SessionContext`, `DataFrame` and `ListingTable`. -For more information: +For more information, please see: - [DataFusion Website](https://arrow.apache.org/datafusion) - [DataFusion API Docs](https://docs.rs/datafusion/latest/datafusion/) - -[df]: https://arrow.apache.org/datafusion