alamb opened a new pull request, #7327: URL: https://github.com/apache/arrow-datafusion/pull/7327
## Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/7272 ## Rationale for this change As @UlfarErl notes in https://github.com/apache/arrow-datafusion/issues/7272, it is somewhat unclear how to use DataFusion to run SQL that can not modify the catalog. ## What changes are included in this PR? 1. Update docs with examples of how to run SQL that can not modify the catalog. As I was working on these examples, it became clear that the current API is confusing as well as there is no way to avoid `DML` (aka Insert / COPY). I will file a ticket about this shortly ## Are these changes tested? Yes, doc tests ## Are there any user-facing changes? Docs -- 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]
