mingmwang commented on PR #4633: URL: https://github.com/apache/arrow-datafusion/pull/4633#issuecomment-1358757109
@tustvold @alamb I'm a little surprised by this change. In my opinion, `SessionState` should be the internal state of a `SessionContext`, it can be borrowed/shared, making `SessionState` owned by the `DataFrame` will break the purpose that it is the state of the session. We should not have many `SessionState`s for a single Session in the system. -- 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]
