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 <spunuru@...> Date: 2018-10-30T18:16:01Z Fix to make Samza SQL applications work after the Runner refactoring ---- ---