This is an automated email from the ASF dual-hosted git repository.
tustvold 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 fbd8b497e Fix Ballista link (#2654)
fbd8b497e is described below
commit fbd8b497e5e759e8db097e570e48842b0af64e78
Author: Daniel Saxton <[email protected]>
AuthorDate: Mon May 30 14:28:08 2022 -0500
Fix Ballista link (#2654)
Co-authored-by: Daniel Saxton <[email protected]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0d23eb303..f455d3cff 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ capable of parallel execution against partitioned data
sources (CSV
and Parquet) using threads.
DataFusion also supports distributed query execution via the
-[Ballista](ballista/README.md) crate.
+[Ballista](https://github.com/apache/arrow-ballista/) crate.
## Use Cases