Skip to content

Commit e69cd55

Browse files
authored
Update README.md (apache#5168)
update"DataFusion protobuf definition" link to right place
1 parent 379cf39 commit e69cd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/substrait/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ This repository provides a Substrait producer and consumer for DataFusion:
2929

3030
Potential uses of this crate:
3131

32-
- 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
32+
- 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
3333
- Make it easier to pass query plans over FFI boundaries, such as from Python to Rust
3434
- Allow Apache Calcite query plans to be executed in DataFusion

0 commit comments

Comments
 (0)