GitHub user weiqingy opened a pull request: https://github.com/apache/samza/pull/891
SAMZA-2084: [Samza Sql] add logging when exceptions are swallowed and rename util package ## What changes were proposed in this pull request? This PR is to resolve: 1) Samza Sql Shell: add logging when exceptions are swallowed 2) Samza Sql: rename the package name of "testutil" to "util". ## How was this patch tested? Pass the current unit tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/weiqingy/samza SAMZA-2084 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/891.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 #891 ---- commit 920a7ced5446bc580d99bb8d76402e30a129dc5d Author: Weiqing Yang <yangweiqing001@...> Date: 2019-01-24T00:35:14Z SAMZA-2084: [Samza Sql] add logging when exceptions are swallowed and rename util package ---- ---