-
Notifications
You must be signed in to change notification settings - Fork 608
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
meta: increase Flink's streaming backend coverage #8250
Comments
Propose to include 9. |
Temporal join issue: #8247 |
Weekly update [2/29/24] [3-Array expansion]: issue opened (#8457), feature implementation WIP. [6-Temporal join]: issue opened (#8247), draft PR #8412 in review. [7-Time travel query]: issue opened (#8203), exploratory work on implementation (currently blocked by catalog not supporting time travel: https://issues.apache.org/jira/browse/FLINK-34553). [9-MAP support]: Done (#8425). [10-Temporal join on Iceberg table]: depends on #7712, draft PR #8343 to address #7712. This work is paused for now because of significant blockers in |
Weekly update [3/6/24]P0[3 - Array expansion] - PR in review #8511 P1[1 - Alternative syntax for topk] - planned P2[5 - Complex window join] - not started Ad hocWe have raised a few additional issues regarding
|
Weekly update [3/14/24]P0[3 - Array expansion] - PR #8511, blocked by #8516 (WIP) P1[1 - Alternative syntax for topk] - under investigation P2[5 - Complex window join] - not started |
Weekly update [3/20/24]P0[3 - Array expansion] - PR #8511, blocked by #8516 (WIP) P1[1 - Alternative syntax for topk] - under investigation P2[5 - Complex window join] - work planned under issue #8710 |
Weekly update [4/11/24]P0[3 - Array expansion] - PR in review #8511 P1[1 - Alternative syntax for topk] - DONE P2[5 - Complex window join] - PR in review #8745 |
closing out from last quarter |
Is your feature request related to a problem?
While we have implemented support for the basic operators in the Flink backend, there are still some operators that are commonly seen in streaming workloads that we have not yet implemented support for. Some of these are pending the sqlglot refactoring work.
Describe the solution you'd like
[P1] Alternative syntax for top k (follow-up to feat(flink): implement windowed computations #7407)distinct()
(pending feat: move the logic for deduplication into individual backends #7556)Array expansion (pending sqlglot refactoring)ops.ArrayCollect
(pending UDF support)ANTI
/SEMI
) (follow-up to test(flink): add unit test for window join #7966)[P0]MAP
support (covered byibis/backends/tests/test_map.py
)What version of ibis are you running?
8.0
What backend(s) are you using, if any?
Flink
Code of Conduct
The text was updated successfully, but these errors were encountered: