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
Add Rust helper for minimal in-memory table provider
This commit introduces a new Rust-side helper function,
`make_table_provider_capsule`, which constructs a minimal
in-memory table provider capsule and registers it with the
internal catalog module. The helper is now exposed via
`datafusion.catalog.make_table_provider_capsule()`.
Additionally, the user guide has been updated to emphasize
the destructor requirement for externally supplied capsules.
A revised PyCapsule regression example has been included,
along with a regression test to ensure the new helper
correctly interacts with `SessionContext.read_table`.
0 commit comments