You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by florianschmidt1994 <gi...@git.apache.org> on 2018/06/13 12:55:49 UTC

[GitHub] flink issue #5342: [FLINK-8479] Timebounded stream join

Github user florianschmidt1994 commented on the issue:

    https://github.com/apache/flink/pull/5342
  
    @kl0u I made some changes on how I handle events on either side of the stream. By introducing some generic methods we can now reuse large parts of the code for either input stream and remove a lot of code duplication. Could you have another look at this?


---