Uh oh!
There was an error while loading. Please reload this page.
Flink - Fix UPSERT delete file metadata [Backport to Flink 1.12] - #4418
Flink - Fix UPSERT delete file metadata [Backport to Flink 1.12]#4418kbendick wants to merge 5 commits into
Conversation
It seems that the new tests aren't passing. I will scan tomorrow to see if I missed anything when backporting. And check if anything wasn't backported previously. This also opens the wider discussion of how much longer we'll actively support Flink 1.12 once Flink 1.15 is released. There have been several major API changes to areas that directly impact our work. Once supporting Flink 1.12 becomes a high burden, we'll have to really consider how important it is for us and our users. |
Co-authored-by: liliwei <hililiwei@gmail.com>
6c9bfac to
c569366Comparerdblue
commented
Mar 31, 2022
@kbendick, should we replace this with a PR that disables UPSERT in 1.12? |
kbendick
commented
Apr 6, 2022
Opened a PR to simply throw |
kbendick
commented
Apr 8, 2022
Closing in favor of #4519 |
kbendick
commented
Apr 15, 2022
I updated this PR to use However, the tests all still fail in 1.12. I think that So I'm still not able to get 1.12 to correctly process upserts. I think we should disable |
kbendick
commented
Apr 15, 2022
Also, Github is saying that all checks are passing as Flink 1.12 has been removed in master. Checking out this branch and running it locally shows that the issue is still present. |
openinx
commented
Apr 18, 2022
If this failure can be reproduced locally, then we can just open the intellij idea debugger to analysis the written columnar files to see what's wrong there. |
rdblue
commented
May 2, 2022
@openinx have you had a chance to look into the failure? It would be great to fix this instead of disabling in 1.12. |
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions. |
This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time. |
This backports #4364 to Flink 1.12.
See also #4417 for Flink 1.13.
Co-authored-by: liliwei hililiwei@gmail.com