[Bug][Flink]: Read duplicated data from keyed table, even though the upsert mode is enabled. #592
Closed
1 task done
Labels
Milestone
What happened?
Read duplicated data from keyed table, even though the upsert mode is enabled.
Write to keyed table by flink.
Affects Versions
all
What engines are you seeing the problem on?
Flink
How to reproduce
No response
Relevant log output
No response
Anything else
The cause of this bug is that the shuffle policy is none before arctic writer operator. It leads to sending the records with same key to different subtask. Then the reader will read data in random order.
Code of Conduct
The text was updated successfully, but these errors were encountered: