GitHub user srinipunuru opened a pull request:
https://github.com/apache/samza/pull/403
Fix for the TestSamzaSqlApplicationConfig.testConfigInit
Currently testConfigInit checks for a hardcoded number for udfs. Whenever a
new UDF is added, This test is going to fail if it is not updated. Changed the
test to validate the number of udfs based on the config that is passed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srinipunuru/samza testfix.1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/403.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 #403
----
commit 6348ad1508f0a390cee7b0bf052e20a1fd1855cb
Author: Srinivasulu Punuru <spunuru@...>
Date: 2018-01-11T01:04:40Z
Fix for the TestSamzaSqlApplicationConfig.testConfigInit
----
---