You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by srinipunuru <gi...@git.apache.org> on 2018/10/30 18:17:49 UTC

[GitHub] samza pull request #784: Fix to make Samza SQL applications work after the R...

GitHub user srinipunuru opened a pull request:

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

    Fix to make Samza SQL applications work after the Runner refactoring

    With recent change in Samza, Constructor signature for ApplicationRunner has changed. But the SamzaSQLApplicationRunner was not updated with the new signature. This is to fix the signature of the constructor for SamzaSQLApplicationRunner with the updated signature.  

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/srinipunuru/samza sql-app-fix.1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/784.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 #784
    
----
commit a30127c84d6e006570bf2c8ede41f6d090a88b5f
Author: Srinivasulu Punuru <sp...@...>
Date:   2018-10-30T18:16:01Z

    Fix to make Samza SQL applications work after the Runner refactoring

----


---

[GitHub] samza pull request #784: Fix to make Samza SQL applications work after the R...

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

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


---