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-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 8949bc3 Correct typos in README (#1528)
8949bc3 is described below
commit 8949bc3ead15f9e347fc3e60f72e752b87257d28
Author: Brennan Fox <[email protected]>
AuthorDate: Sun Jan 9 08:02:55 2022 -0500
Correct typos in README (#1528)
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 40ee668..bf8fc72 100644
--- a/README.md
+++ b/README.md
@@ -256,7 +256,7 @@ DataFusion is designed to be extensible at all points. To
that end, you can prov
## Rust Version Compatbility
-This crate is tested with the latest stable version of Rust. We do not
currrently test against other, older versions of the Rust compiler.
+This crate is tested with the latest stable version of Rust. We do not
currently test against other, older versions of the Rust compiler.
# Supported SQL
@@ -368,7 +368,7 @@ Please see [Roadmap](docs/source/specification/roadmap.md)
for information of wh
There is no formal document describing DataFusion's architecture yet, but the
following presentations offer a good overview of its different components and
how they interact together.
- (March 2021): The DataFusion architecture is described in _Query Engine
Design and the Rust-Based DataFusion in Apache Arrow_:
[recording](https://www.youtube.com/watch?v=K6eCAVEk4kU) (DataFusion content
starts [~ 15 minutes in](https://www.youtube.com/watch?v=K6eCAVEk4kU&t=875s))
and
[slides](https://www.slideshare.net/influxdata/influxdb-iox-tech-talks-query-engine-design-and-the-rustbased-datafusion-in-apache-arrow-244161934)
-- (Feburary 2021): How DataFusion is used within the Ballista Project is
described in \*Ballista: Distributed Compute with Rust and Apache Arrow:
[recording](https://www.youtube.com/watch?v=ZZHQaOap9pQ)
+- (February 2021): How DataFusion is used within the Ballista Project is
described in \*Ballista: Distributed Compute with Rust and Apache Arrow:
[recording](https://www.youtube.com/watch?v=ZZHQaOap9pQ)
# Developer's guide