You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by fhueske <gi...@git.apache.org> on 2017/10/10 09:06:35 UTC

[GitHub] flink issue #4625: [FLINK-6233] [table] Support time-bounded stream inner jo...

Github user fhueske commented on the issue:

    https://github.com/apache/flink/pull/4625
  
    Hi @xccui, I think aside from the equi join predicate limitation, all issues have been addressed. This can be fixed in a follow up task, IMO.
    I'll have a last look at the PR and hopefully merge it.
    
    Thanks for the great work,
    Fabian
    
    Follow ups will be (some might already have JIRAs):
    - enabling streaming joins for the Table API
    - blocking of state entries and clean-up improvements
    - support for windowed non-equi joins
    - support for windowed outer joins


---