Skip to content

Add missing registration methods#1474

Draft
timsaucer wants to merge 1 commit intoapache:mainfrom
timsaucer:feat/add-missing-registration-methods
Draft

Add missing registration methods#1474
timsaucer wants to merge 1 commit intoapache:mainfrom
timsaucer:feat/add-missing-registration-methods

Conversation

@timsaucer
Copy link
Copy Markdown
Member

Which issue does this PR close?

Closes #1458

Rationale for this change

These functions are available in the upstream repo but not exposed in Python

What changes are included in this PR?

Expose functions
Add unit tests

Are there any user-facing changes?

Addition only

…tches

Add read_arrow, read_empty, register_arrow, and register_batch methods to
SessionContext, exposing upstream DataFusion v53 functionality. The write_*
methods and read_batch/read_batches are already covered by DataFrame.write_*
and SessionContext.from_arrow respectively. Closes apache#1458.

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 read/write and registration methods

1 participant