ntjohnson1 opened a new pull request, #1248:
URL: https://github.com/apache/datafusion-python/pull/1248
# Which issue does this PR close?
Happy to write a more focussed issue since this is just specific to
SessionContext.
Closes #366
# Rationale for this change
The issues provides a minimal repro for my motivating use case.
# What changes are included in this PR?
Makes `SessionContext` frozen since all the methods are fairly thin wrappers
around the rust struct which manages mutability already.
Since all the existing tests passed (at least locally) that should be
reasonable confidence this isn't totally flawed. I could add a test related to
my repro just to show threads work now.
# Are there any user-facing changes?
There shouldn't be.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]