You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ja...@apache.org on 2023/01/18 16:10:21 UTC

[arrow-datafusion] branch master updated: Add Substrait to features (#4955)

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

jakevin 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 7062c2efc Add Substrait to features (#4955)
7062c2efc is described below

commit 7062c2efcf43447545bd5d752ae0692a0e160a31
Author: Andy Grove <an...@gmail.com>
AuthorDate: Wed Jan 18 09:10:15 2023 -0700

    Add Substrait to features (#4955)
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 05fb3cbb7..1c8137bd8 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,8 @@ DataFusion offers SQL and Dataframe APIs, excellent [performance](https://benchm
 - Written in [Rust](https://www.rust-lang.org/), a modern system language with development
   productivity similar to Java or Golang, the performance of C++, and
   [loved by programmers everywhere](https://insights.stackoverflow.com/survey/2021#technology-most-loved-dreaded-and-wanted).
+- Support for [Substrait](https://substrait.io/) for query plan serialization, making it easier to integrate DataFusion  
+  with other projects, and to pass plans across language boundaries.
 
 ## Use Cases
 
@@ -118,7 +120,6 @@ provide integrations with other systems.
 
 - [datafusion-bigtable](https://github.com/datafusion-contrib/datafusion-bigtable)
 - [datafusion-catalogprovider-glue](https://github.com/datafusion-contrib/datafusion-catalogprovider-glue)
-- [datafusion-substrait](https://github.com/datafusion-contrib/datafusion-substrait)
 
 ## Known Uses