GitHub user srinipunuru opened a pull request:
https://github.com/apache/samza/pull/557
Pass full config to the IO resolver
SQL IO Resolver needs full configs so that it can filter out the configs
specific to the source that the SQL application is interested in. This change
provides the IO resolver with the full config.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srinipunuru/samza fullconfig.1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/557.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 #557
----
commit a2a692e3d53b4f19bce4116753cb3bfb6665a161
Author: Srinivasulu Punuru <spunuru@...>
Date: 2018-06-15T23:38:40Z
Pass full config to the IO resolver
----
---