-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: DDL support for Spark backend #1908
Conversation
…rop database, insert
…lobal temp views from SparkClient.create_view
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of duplication here, I think we can use inheritance to our advantage which will make this easier to review and therefore quicker to get in.
…csv, small fix to qualified name in that method
…table in SparkClient, move ibis-spark type translation into separate file ibis/spark/datatypes.py
…ist_functions from SparkClient, add DropFunction DDL
|
@amroid Looks like the CI is failing |
… according to PR feedback, fix small things with tests
…parameter was removed for create table
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- make
schema_from_csvandcreate_table_or_temp_view_from_csvprivate (add a leading underscore to the method name) - add tests for those two methods
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @amroid.
No description provided.