File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ Apache DataFusion
36
36
DataFusion is an extensible query engine written in `Rust <http://rustlang.org >`_ that
37
37
uses `Apache Arrow <https://arrow.apache.org >`_ as its in-memory format.
38
38
39
- This documentation is for the <a href=" https://github.com/apache/datafusion">core DataFusion project</a> , which contains
39
+ This documentation is for the ` core DataFusion project < https://github.com/apache/datafusion >`_ , which contains
40
40
libraries that are used to build data-centric system software. DataFusion also offers the following subprojects, which
41
41
provide packaged versions of DataFusion intended for end users, and these have separate documentation.
42
42
43
- - <a href=" https://datafusion.apache.org/python/">DataFusion Python</a> offers a Python interface for SQL and DataFrame
43
+ - ` DataFusion Python < https://datafusion.apache.org/python/ >`_ offers a Python interface for SQL and DataFrame
44
44
queries.
45
- - <a href=" https://github.com/apache/datafusion-ray/">DataFusion Ray</a> provides a distributed version of DataFusion
46
- that scales out on <a href=" https://www.ray.io">Ray</a> clusters.
47
- - <a href=" https://datafusion.apache.org/comet/">DataFusion Comet</a> is an accelerator for Apache Spark based on
45
+ - ` DataFusion Ray < https://github.com/apache/datafusion-ray/ >`_ provides a distributed version of DataFusion
46
+ that scales out on ` Ray < https://www.ray.io >`_ clusters.
47
+ - ` DataFusion Comet < https://datafusion.apache.org/comet/ >`_ is an accelerator for Apache Spark based on
48
48
DataFusion.
49
49
50
50
DataFusion's target users are
You can’t perform that action at this time.
0 commit comments