You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Srinivasulu Punuru (JIRA)" <ji...@apache.org> on 2017/10/12 18:25:00 UTC

[jira] [Created] (SAMZA-1456) Make samza sql "insert into" consistent with other operators

Srinivasulu Punuru created SAMZA-1456:
-----------------------------------------

             Summary: Make samza sql "insert into" consistent with other operators
                 Key: SAMZA-1456
                 URL: https://issues.apache.org/jira/browse/SAMZA-1456
             Project: Samza
          Issue Type: Bug
          Components: sql
            Reporter: Srinivasulu Punuru


Right now "insert into" from the samza sql is parsed out and handled differently than other sql operators like projections, filtering and such. It would be ideal if insert into is converted into an equivalent calcite relational Node which is then converted into sendTo operator of samza stream graph.
  



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