[
https://issues.apache.org/jira/browse/SAMZA-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16705309#comment-16705309
]
ASF GitHub Bot commented on SAMZA-2014:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/834
> Samza-sql: Support table as both source (for join) and destination in the
> same application
> ------------------------------------------------------------------------------------------
>
> Key: SAMZA-2014
> URL: https://issues.apache.org/jira/browse/SAMZA-2014
> Project: Samza
> Issue Type: Bug
> Reporter: Aditya
> Assignee: Aditya
> Priority: Major
>
> A query like below need to be supported:
> INSERT INTO espresso.mydb.mytable
> SELECT tbl.__key__ as __key__, strm.field as field
> FROM espresso.mydb.mytable tbl
> RIGHT JOIN kafka.system.mytopic strm ON tbl.__key__ = strm.foreignkey
> WHERE tbl.field != strm.field
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)