You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by StefanRRichter <gi...@git.apache.org> on 2018/05/07 13:42:40 UTC

[GitHub] flink issue #5941: [FLINK-8971] [e2e] Include broadcast / union state in gen...

Github user StefanRRichter commented on the issue:

    https://github.com/apache/flink/pull/5941
  
    As discussed separately, I think that this could be simplified quiet a bit and that we do not require connected streams. The operator state does not have to depend on the input events. For example, it could just be something that is correlated with the subtask index, and you can reason about repartitioning by that.


---