GitHub user ahmedahamid opened a pull request: https://github.com/apache/samza/pull/665
SAMZA-1889: Extend ExecutionPlanner to support Stream-Table Joins Extend ExecutionPlanner to verify agreement in partition count among the stream(s) behind Tables â including side-input streams â and other streams participating in Stream-Table Joins. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ahmedahamid/samza dev/ahabdulh/extend-exec-planner Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/665.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 #665 ---- commit fb911a5c8db2dd238ac8f33d6ca48c8f7d6751d0 Author: Ahmed Abdul Hamid <ahabdulhamid@...> Date: 2018-09-19T19:29:58Z SAMZA-1889: Extend ExecutionPlanner to support Stream-Table Joins Extend ExecutionPlanner to verify agreement in partition count among the stream(s) behind Tables â including side-input streams â and other streams participating in Stream-Table Joins. ---- ---