GitHub user weiqingy opened a pull request: https://github.com/apache/samza/pull/691
SAMZA-1937: Make DSL converter work when sql is a query ## What changes were proposed in this pull request? To support the use case that users use Samza Sql Console or Samza Sql shell to perform SELECT query. ## How was this patch tested? 1. Build passed and current unit tests passed 2. Test in Samza Sql shell You can merge this pull request into a Git repository by running: $ git pull https://github.com/weiqingy/samza apa-master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/691.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 #691 ---- commit 40fcab7b679c3e9dc4585d0ebd2c9c5bb85565d1 Author: Weiqing Yang <yangweiqing001@...> Date: 2018-09-22T22:01:51Z make DSL converter work when sql is a query ---- ---