TimKotowski commented on code in PR #6472:
URL: https://github.com/apache/arrow-datafusion/pull/6472#discussion_r1209367215


##########
docs/source/user-guide/example-usage.md:
##########
@@ -81,6 +81,26 @@ async fn main() -> datafusion::error::Result<()> {
 +---+--------+
 ```
 
+## Arrow Versions
+
+Many of DataFusion's public APIs use types from the
+[`arrow`](https://docs.rs/arrow/latest/arrow/) crate, so if you use
+`arrow` in your project, its version must match that used by
+DataFusion.
+
+The easiest way to ensure the versions match is to use the `arrow`
+exported by DataFusion, for example:

Review Comment:
   Looks great. LGTM. Thank you for doing this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to