-
Notifications
You must be signed in to change notification settings - Fork 604
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
feat(flink): implement array operators #7951
Conversation
1484ca5
to
74ebd05
Compare
c07052c
to
1e22248
Compare
266e8fb
to
c75ea04
Compare
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.
Couple of stylistic nits, but otherwise looks good!
c75ea04
to
65cb014
Compare
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.
Few minor comments
65cb014
to
0104af0
Compare
0104af0
to
e88bdee
Compare
@mfatihaktas Can you rebase? I thought we had merged this, apologies for the delay! |
e88bdee
to
31b2f61
Compare
Head branch was pushed to by a user without write access
31b2f61
to
a71e494
Compare
Description of changes
Adds several new array operators for Flink backend. The goal with this is to clear as many of the tests in
ibis/ibis/backends/tests/test_array.py
as possible for the Flink backend.