dawidwys commented on a change in pull request #18405:
URL: https://github.com/apache/flink/pull/18405#discussion_r788440766
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java
##########
@@ -323,7 +323,9 @@ protected boolean isUsingCustomRawKeyedState() {
public void open() throws Exception {}
@Override
- public void finish() throws Exception {}
+ public void finish() throws Exception {
+ setCurrentKey(EndOfDataKey.INSTANCE);
Review comment:
I see. We need to come up with a different approach then, unfortunately.
We can not simply choose a random key. :(
Let me think about it for a bit, and get back to you. Unless, you have a
different idea.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]