From 7062c2efcf43447545bd5d752ae0692a0e160a31 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Wed, 18 Jan 2023 09:10:15 -0700 Subject: [PATCH] Add Substrait to features (#4955) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05fb3cbb7f55..1c8137bd8b06 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