From 3fcf0bab17a13bec753a63d09c033f8cd50e94ec Mon Sep 17 00:00:00 2001 From: Hyunseok Seo Date: Sat, 11 May 2024 23:18:38 +0900 Subject: [PATCH] update README.md to chaning 'Apache Arrow DataFusion' to 'Apache DataFusion' --- README.md | 4 ++-- ballista/client/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b149f5d1..82164a44b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ # Ballista: Distributed SQL Query Engine, built on Apache Arrow Ballista is a distributed SQL query engine powered by the Rust implementation of [Apache Arrow][arrow] and -[Apache Arrow DataFusion][datafusion]. +[Apache DataFusion][datafusion]. If you are looking for documentation for a released version of Ballista, please refer to the [Ballista User Guide][user-guide]. @@ -102,7 +102,7 @@ Ballista is maturing quickly and is now working towards being production ready. Please see the [Contribution Guide](CONTRIBUTING.md) for information about contributing to Ballista. [arrow]: https://arrow.apache.org/ -[datafusion]: https://github.com/apache/arrow-datafusion +[datafusion]: https://github.com/apache/datafusion [flight]: https://arrow.apache.org/blog/2019/10/13/introducing-arrow-flight/ [flight-sql]: https://arrow.apache.org/blog/2022/02/16/introducing-arrow-flight-sql/ [ballista-talk]: https://www.youtube.com/watch?v=ZZHQaOap9pQ diff --git a/ballista/client/README.md b/ballista/client/README.md index 19dc14390..e9bd7012d 100644 --- a/ballista/client/README.md +++ b/ballista/client/README.md @@ -17,7 +17,7 @@ under the License. --> -# Ballista: Distributed Scheduler for Apache Arrow DataFusion +# Ballista: Distributed Scheduler for Apache DataFusion Ballista is a distributed compute platform primarily implemented in Rust, and powered by Apache Arrow and DataFusion. It is built on an architecture that allows other programming languages (such as Python, C++, and