You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/30 17:51:50 UTC

[GitHub] [arrow-datafusion] tustvold opened a new issue, #2658: Pass SessionState to TableProvider

tustvold opened a new issue, #2658:
URL: https://github.com/apache/arrow-datafusion/issues/2658

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   Currently there is no obvious way for a `TableProvider` to access session state without introducing potential ref cycles - https://github.com/apache/arrow-datafusion/issues/2657
   
   **Describe the solution you'd like**
   
   I would like to expose a `&SessionState` to `TableProvider::scan` to allow them to make use of session state for query planning
   
   **Describe alternatives you've considered**
   
   We could not do 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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] tustvold closed issue #2658: Pass SessionState to TableProvider

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #2658: Pass SessionState to TableProvider
URL: https://github.com/apache/arrow-datafusion/issues/2658


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org