Skip to content

Conversation

r1b
Copy link

@r1b r1b commented Oct 19, 2025

Which issue does this PR close?

Rationale for this change

This makes it possible to support temporary views in datafusion-python without code duplication.

Ref: apache/datafusion-python#1267

What changes are included in this PR?

  • Add new public function DataFrame::into_temporary_view
  • Update DataFrameTableProvider with a new member that determines the table_type
  • Add a test

Are these changes tested?

Yes, see added test register_temporary_table

Are there any user-facing changes?

Yes, there is a new public function DataFrame::into_temporary_view

@github-actions github-actions bot added the core Core DataFusion crate label Oct 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core DataFusion crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhance DataFrame table provider to support temporary views

1 participant