This is an automated email from the ASF dual-hosted git repository.
avantgardner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new d64076b46 docs: clarify spark (#5391)
d64076b46 is described below
commit d64076b46dec633011541382aa90e5bdddca6184
Author: H. Joe Lee <[email protected]>
AuthorDate: Fri Feb 24 14:25:26 2023 -0600
docs: clarify spark (#5391)
I think Apache Spark is better than just "spark."
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0069d6c94..0a5b9dfc4 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ DataFusion can be used without modification as an embedded SQL
engine or can be customized and used as a foundation for
building new systems. Here are some examples of systems built using DataFusion:
-- Specialized Analytical Database systems such as [CeresDB] and more general
spark like system such a [Ballista].
+- Specialized Analytical Database systems such as [CeresDB] and more general
Apache Spark like system such a [Ballista].
- New query language engines such as [prql-query] and accelerators such as
[VegaFusion]
- Research platform for new Database Systems, such as [Flock]
- SQL support to another library, such as [dask sql]