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-site.git
The following commit(s) were added to refs/heads/master by this push:
new 7e9d3e4e41 Minor: Add alternate slide link to datafusion 13.0.0 blog
(#263)
7e9d3e4e41 is described below
commit 7e9d3e4e41f4b3cf49cf4a6338d0cce568e51f73
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Oct 27 10:20:17 2022 -0400
Minor: Add alternate slide link to datafusion 13.0.0 blog (#263)
---
_posts/2022-10-25-datafusion-13.0.0.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_posts/2022-10-25-datafusion-13.0.0.md
b/_posts/2022-10-25-datafusion-13.0.0.md
index c0696511df..800e14ee25 100644
--- a/_posts/2022-10-25-datafusion-13.0.0.md
+++ b/_posts/2022-10-25-datafusion-13.0.0.md
@@ -41,7 +41,7 @@ Even though DataFusion is 4 years "young," it has seen
significant community gro
# Background
-DataFusion is used as the engine in [many open source and commercial
projects](https://github.com/apache/arrow-datafusion#known-uses) and was one of
the early open source projects to provide this capability. 2022 has validated
our belief in the need for such a ["LLVM for database and AI
systems"](https://docs.google.com/presentation/d/1iNX_35sWUakee2q3zMFPyHE4IV2nC3lkCK_H6Y2qK84/edit#slide=id.p)
with announcements such as the [release of FaceBook's
Velox](https://engineering.fb.com/2022/ [...]
+DataFusion is used as the engine in [many open source and commercial
projects](https://github.com/apache/arrow-datafusion#known-uses) and was one of
the early open source projects to provide this capability. 2022 has validated
our belief in the need for such a ["LLVM for database and AI
systems"](https://docs.google.com/presentation/d/1iNX_35sWUakee2q3zMFPyHE4IV2nC3lkCK_H6Y2qK84/edit#slide=id.p)[(alternate
link)](https://www.slideshare.net/AndrewLamb32/20220623-apache-arrow-and-datafusio
[...]
While Velox and Acero focus on execution engines, DataFusion provides the
entire suite of components needed to build most analytic systems, including a
SQL frontend, a dataframe API, and extension points for just about everything.
Some [DataFusion users](https://github.com/apache/arrow-datafusion#known-uses)
use a subset of the features such as the frontend (e.g.
[dask-sql](https://dask-sql.readthedocs.io/en/latest/)) or the execution
engine, (e.g. [Blaze](https://github.com/blaze-init [...]