timsaucer opened a new pull request, #1267:
URL: https://github.com/apache/datafusion-python/pull/1267
# Which issue does this PR close?
None
# Rationale for this change
This feature allows for creating *temporary* views. It is needed for the
follow on work in #513
# What changes are included in this PR?
- Adds one parameter to `.into_view()` on the DataFrame to set if the view
should be temporary
- Adds `TempViewTable` to create a temporary view. This is a copy of
`DataFrameTableProvider` from the upstream repo until
https://github.com/apache/datafusion/issues/18026 is resolved
- Updates unit test to check both temporary and permanent views
# Are there any user-facing changes?
No. Existing code will continue to work as is. This only added an optional
parameter to the user facing API.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]