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

[GitHub] flink issue #6079: [FLINK-8430] [table] Implement stream-stream non-window f...

Github user twalthr commented on the issue:

    https://github.com/apache/flink/pull/6079
  
    Thank you for this PR @hequn8128. I could not spot any issues with the implementation. I tested it on a query with TPC-H data and compared it with batch results. I will merge this now.
    
    However, I'm wondering if we can further improve the performance of the implementation by the recently added possibility of changing/deleting timers (FLINK-9440). What do you think?


---