jsimpson-gro opened a new issue, #7649: URL: https://github.com/apache/arrow-datafusion/issues/7649
### Describe the bug In the [documentation for DataFrame](https://arrow.apache.org/datafusion/user-guide/dataframe.html), a copy/paste of the example has a couple of compile errors. `.show` returns a `Future`, and the `Future` returns a `Result`. ### To Reproduce Copy/paste the example, surround with a Tokio main function that returns `anyhow::Result`, compile. ### Expected behavior No errors. ### Additional context _No response_ -- 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]
