sunng87 commented on PR #5318: URL: https://github.com/apache/arrow-datafusion/pull/5318#issuecomment-1435673753
Thank you for your example, @alamb ! In our case, we have our own `SessionContext` and `SessionState` equivalents by wrapping the original implementation and adding our own logic. In order to fit into datafusion, we impl `ContextProvider` for our types. And functions in `ContextProvider` require access to these values of `SessionState`, which just changed from public to private in recent versions of df. -- 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]
