You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/12 01:26:00 UTC

[jira] [Commented] (SAMZA-1556) Samza SQL: Add support for multi level sources in SQL query

    [ https://issues.apache.org/jira/browse/SAMZA-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16323376#comment-16323376 ] 

ASF GitHub Bot commented on SAMZA-1556:
---------------------------------------

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 <sp...@...>
Date:   2018-01-12T01:19:10Z

    SAMZA-1556: Adding support for multi level sources in queries

----


> Samza SQL: Add support for multi level sources in SQL query
> -----------------------------------------------------------
>
>                 Key: SAMZA-1556
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1556
>             Project: Samza
>          Issue Type: Bug
>          Components: sql
>            Reporter: Srinivasulu Punuru
>
> 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. We should be able to support queries with such sources.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)