You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by ahmedahamid <gi...@git.apache.org> on 2018/09/26 17:59:27 UTC

[GitHub] samza pull request #665: SAMZA-1889: Extend ExecutionPlanner to support Stre...

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 <ah...@...>
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.

----


---

[GitHub] samza pull request #665: SAMZA-1889: Extend ExecutionPlanner to support Stre...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/665


---