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 - #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
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
TableProviderto access session state without introducing potential ref cycles - #2657Describe the solution you'd like
I would like to expose a
&SessionStatetoTableProvider::scanto allow them to make use of session state for query planningDescribe alternatives you've considered
We could not do this