Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 29, 2023
1 parent d6d0893 commit 45576e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datafusion/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

[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
2 changes: 1 addition & 1 deletion datafusion/execution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate is a submodule of DataFusion that provides execution runtime such as the memory pools and disk manager.
This crate is a submodule of DataFusion that provides execution runtime such as the memory pools and disk manager.

[df]: https://crates.io/crates/datafusion

0 comments on commit 45576e8

Please sign in to comment.