martin-g commented on code in PR #19964:
URL: https://github.com/apache/datafusion/pull/19964#discussion_r2724130188


##########
docs/source/user-guide/example-usage.md:
##########
@@ -103,7 +103,7 @@ exported by DataFusion, for example:
 use datafusion::arrow::datatypes::Schema;
 ```
 
-For example, [DataFusion `25.0.0` dependencies] require `arrow`
+For example, [DataFusion `26.0.0` dependencies] require `arrow`
 `39.0.0`. If instead you used `arrow` `40.0.0` in your project you may

Review Comment:
   ```suggestion
   `40.0.0`. If instead you used `arrow` `41.0.0` in your project you may
   ```



##########
docs/source/user-guide/example-usage.md:
##########
@@ -103,7 +103,7 @@ exported by DataFusion, for example:
 use datafusion::arrow::datatypes::Schema;
 ```
 
-For example, [DataFusion `25.0.0` dependencies] require `arrow`
+For example, [DataFusion `26.0.0` dependencies] require `arrow`

Review Comment:
   https://crates.io/crates/datafusion/26.0.0/dependencies uses arrow 40.0.0, 
not 39.0.0



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to