GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/725
Minor fixes for issues found during testing. 1. Made public methods in ApplicationDescriptorImpl non-final for mocking. 2. Updated CachedTableDescriptor public method return types to include type parameters. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza minor-fixes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/725.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 #725 ---- commit faba6e3547502ee87e5313020d67d7202676539c Author: Prateek Maheshwari <pmaheshwari@...> Date: 2018-10-13T17:03:34Z Minor fixes for issues found during testing. ---- ---