GitHub user srinipunuru opened a pull request: https://github.com/apache/samza/pull/405
SAMZA-1556: Adding support for multi level sources in queries Right now Samza SQL supports queries with just two levels i.e. `select * from foo.bar`. But there can be sources that are identified though multiple levels. for e.g. `select * from kafka.clusterName.topicName`. This change adds the support for sql queries with sources that have more than two levels. You can merge this pull request into a Git repository by running: $ git pull https://github.com/srinipunuru/samza multi-level.1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/405.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 #405 ---- commit bb667c7de66e07b1fb26707f2cc62137a25caee9 Author: Srinivasulu Punuru <spunuru@...> Date: 2018-01-12T01:19:10Z SAMZA-1556: Adding support for multi level sources in queries ---- ---