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 e69cd559b Update README.md (#5168)
e69cd559b is described below

commit e69cd559b78ec58ed7fe689e928dbdd0e976bac3
Author: jiangzhx <[email protected]>
AuthorDate: Fri Feb 3 20:02:03 2023 +0800

    Update README.md (#5168)
    
    update"DataFusion protobuf definition" link to right place
---
 datafusion/substrait/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/substrait/README.md b/datafusion/substrait/README.md
index 9f21d514a..5275b6177 100644
--- a/datafusion/substrait/README.md
+++ b/datafusion/substrait/README.md
@@ -29,6 +29,6 @@ This repository provides a Substrait producer and consumer 
for DataFusion:
 
 Potential uses of this crate:
 
-- Replace the current [DataFusion protobuf 
definition](https://github.com/apache/arrow-datafusion/blob/master/datafusion-proto/proto/datafusion.proto)
 used in Ballista for passing query plan fragments to executors
+- Replace the current [DataFusion protobuf 
definition](https://github.com/apache/arrow-datafusion/blob/master/datafusion/proto/proto/datafusion.proto)
 used in Ballista for passing query plan fragments to executors
 - Make it easier to pass query plans over FFI boundaries, such as from Python 
to Rust
 - Allow Apache Calcite query plans to be executed in DataFusion

Reply via email to