[
https://issues.apache.org/jira/browse/SAMZA-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16652683#comment-16652683
]
ASF GitHub Bot commented on SAMZA-1938:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/732
> Support use cases to run multiple sql statements in one Samza job
> ------------------------------------------------------------------
>
> Key: SAMZA-1938
> URL: https://issues.apache.org/jira/browse/SAMZA-1938
> Project: Samza
> Issue Type: Bug
> Components: sql
> Reporter: Weiqing Yang
> Priority: Major
> Fix For: 0.15.0
>
>
> This Jira is to track the following tasks:
> * Support users to run multiple Sql statements in the same job.
> ** sql1 = "Insert into testavro.simpleOutputTopic select * from
> testavro.SIMPLE1";
> sql2 = "Insert into testavro.SIMPLE3 select * from testavro.SIMPLE2";
> * Support fan-out use case. For example,
> ** sql1 = "Insert into testavro.SIMPLE2 select * from testavro.SIMPLE1";
> sql2 = "Insert into testavro.SIMPLE3 select * from testavro.SIMPLE1";
> * Support fan-in use case. For example,
> ** sql1 = "Insert into testavro.simpleOutputTopic select * from
> testavro.SIMPLE2";
> sql2 = "Insert into testavro.simpleOutputTopic select * from
> testavro.SIMPLE1";
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)