GitHub user fhueske opened a pull request: https://github.com/apache/flink/pull/4324
[FLINK-6232] [table] Add processing time window inner join to SQL. This is continuation and extension of PR #3715 and #4266 by @hongyuhong. You can merge this pull request into a Git repository by running: $ git pull https://github.com/fhueske/flink table-join Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/4324.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4324 ---- commit 10b219678f13c0c21889f97f267dcf4c517045e5 Author: hongyuhong <hongyuh...@huawei.com> Date: 2017-07-06T03:24:04Z [FLINK-6232] [table] Add support for processing time inner windowed stream join. commit 3d671a2d1867aea2f3d4eee30b2772045917d6d4 Author: Fabian Hueske <fhue...@apache.org> Date: 2017-07-12T22:49:30Z [FLINK-6232] [table] Add SQL documentation for time window join. - Add support for window join predicates in WHERE clause. - Refactoring of WindowJoinUtil. - Minor refactorings of join classes. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---