alamb commented on issue #5130: URL: https://github.com/apache/arrow-datafusion/issues/5130#issuecomment-1441743661
> Is this expected, and if not do we expect the API to change to support mutability when this issue is complete? TLDR is I don't expect this to change. The TableProviders are wrapped in `Arc`s and potentially shared across multiple `SessionContext`s To support mutability the `TableProvider` implementation would need to implement "interior mutability" (for example have some sort of `Mutex` or `RwLock` to control access) -- 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]
