-
Notifications
You must be signed in to change notification settings - Fork 42
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
deps: update ibis to version 8.0.0 and refactor remote_function
to use ibis UDF method
#277
Conversation
This should unlock some bug fixes as well as potential `UNNEST` support in a future change.
remote_function
to use ibis UDF methodremote_function
to use ibis UDF method
Looks like there are some changes I need to make to the remote functions type inference to account for the ibis 8.0.0 upgrade. The |
@@ -0,0 +1,176 @@ | |||
# Contains code from |
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.
curious why we need a copy of these codes. Any customization for BigFrames or any known issues in ibis to be worked around?
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.
Ibis now maps to the sqlglot type aliases, but we still needed the final BigQuery type for some remote functions code.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Follow-up to #53 (comment)
🦕