You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix segfault in RawTableProvider by keeping SessionContext alive
The FFI_TableProvider stores a Weak reference to the TaskContextProvider,
but the Arc was created locally and dropped immediately. Use a static
OnceLock to keep it alive. Also update the __datafusion_table_provider__
signature for the v52 protocol and bump datafusion dependency to >=52.0.0.
0 commit comments