ntjohnson1 commented on issue #366: URL: https://github.com/apache/datafusion-python/issues/366#issuecomment-3314048434
Basically changing all the `mut self` to `self` in src/context.rs resolves the error, compiles and all the tests pass. I'm not sure if there is some subtlety to that. I assume the contexts are thread safe in rust. -- 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]
