You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/05/25 17:31:46 UTC

[arrow-datafusion] branch master updated: Add Blaze as a project using DataFusion (#2618)

This is an automated email from the ASF dual-hosted git repository.

agrove 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 9e1fda7d7 Add Blaze as a project using DataFusion (#2618)
9e1fda7d7 is described below

commit 9e1fda7d7cb791bfb685b194371a03aa6fe1cc7c
Author: Yijie Shen <he...@gmail.com>
AuthorDate: Thu May 26 01:31:42 2022 +0800

    Add Blaze as a project using DataFusion (#2618)
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 455c04704..0d23eb303 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,7 @@ Projects that adapt to or serve as plugins to DataFusion:
 Here are some of the projects known to use DataFusion:
 
 - [Ballista](https://github.com/apache/arrow-ballista) Distributed Compute Platform
+- [Blaze](https://github.com/blaze-init/blaze) Spark accelerator with DataFusion at its core
 - [Cloudfuse Buzz](https://github.com/cloudfuse-io/buzz-rust)
 - [Cube Store](https://github.com/cube-js/cube.js/tree/master/rust)
 - [delta-rs](https://github.com/delta-io/delta-rs)