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 d6032f4 fix deadlink to DataFusion (#1002)
d6032f4 is described below
commit d6032f4e1fe9d8e2dc3f65bc129426e9b5ed01f1
Author: Ruihang Xia <[email protected]>
AuthorDate: Wed Sep 15 04:37:53 2021 +0800
fix deadlink to DataFusion (#1002)
---
python/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/README.md b/python/README.md
index e13ebb8..e994adc 100644
--- a/python/README.md
+++ b/python/README.md
@@ -19,7 +19,7 @@
## DataFusion in Python
-This is a Python library that binds to [Apache
Arrow](https://arrow.apache.org/) in-memory query engine
[DataFusion](https://github.com/apache/arrow/tree/master/rust/datafusion).
+This is a Python library that binds to [Apache
Arrow](https://arrow.apache.org/) in-memory query engine
[DataFusion](https://github.com/apache/arrow-datafusion).
Like pyspark, it allows you to build a plan through SQL or a DataFrame API
against in-memory data, parquet or CSV files, run it in a multi-threaded
environment, and obtain the result back in Python.