Skip to content

Add missing deregister methods to SessionContext#1473

Draft
timsaucer wants to merge 1 commit intoapache:mainfrom
timsaucer:feat/deregister-methods
Draft

Add missing deregister methods to SessionContext#1473
timsaucer wants to merge 1 commit intoapache:mainfrom
timsaucer:feat/deregister-methods

Conversation

@timsaucer
Copy link
Copy Markdown
Member

Which issue does this PR close?

Closes #1457

Rationale for this change

These methods exist in the upstream repository but were not exposed to the Python API.

What changes are included in this PR?

Expose methods to python
Add unit tests

Are there any user-facing changes?

Addition only

Expose upstream DataFusion deregister methods (deregister_udf, deregister_udaf,
deregister_udwf, deregister_udtf, deregister_object_store) in both the Rust
PyO3 bindings and Python wrappers, closing the gap identified in apache#1457.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add missing SessionContext deregister methods

1 participant