Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions datafusion/proto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

# `datafusion-proto`: Apache DataFusion Protobuf Serialization / Deserialization

This crate contains code to convert Apache [DataFusion] plans to and from
This crate contains code to convert [Apache DataFusion] plans to and from
bytes, which can be useful for sending plans over the network, for example
when building a distributed query engine.

See [API Docs] for details and examples.

[datafusion]: https://datafusion.apache.org
[apache datafusion]: https://datafusion.apache.org
[api docs]: http://docs.rs/datafusion-proto/latest
5 changes: 3 additions & 2 deletions datafusion/substrait/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@

# Apache DataFusion Substrait

This crate contains a [Substrait] producer and consumer for Apache Arrow
[DataFusion] plans. See [API Docs] for details and examples.
This crate contains a [Substrait] producer and consumer for [Apache DataFusion]
plans. See [API Docs] for details and examples.

[substrait]: https://substrait.io
[apache datafusion]: https://datafusion.apache.org
[api docs]: https://docs.rs/datafusion-substrait/latest