alamb commented on issue #7272:
URL: 
https://github.com/apache/arrow-datafusion/issues/7272#issuecomment-1676340629

   Thanks @UlfarErl  -- I agree the comments and API could be improved -- I'll 
try and improve them this week
   
   The key for "read only" is to not call 
`SessionContext::execute_logical_plan` -- so do 
   
   `SessionContext::create_logical_plan`
   
   And then 
   
   ```
   session_context.state().create_physical_plan
   ```
   
   I agree this is not clear from the 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]

Reply via email to