You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by atoomula <gi...@git.apache.org> on 2018/09/10 04:34:14 UTC

[GitHub] samza pull request #630: Samza SQL: Code re-org to accomodate Samza SQL engi...

GitHub user atoomula opened a pull request:

    https://github.com/apache/samza/pull/630

    Samza SQL: Code re-org to accomodate Samza SQL engine to take Calcite IR as input

    This PR has the following changes:
    - Let QueryTranslator take Calcite IR as input
    - Include 'INSERT INTO' sql statement for Calcite plan
    - Basic DSLConverter Framework with SamzaSQL dialect as an example
    - Some fixes to stream-table join wrt Serde

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/atoomula/samza dsl3

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/630.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 #630
    
----
commit 30c76ed95a587ae0ee404071d2d68157a4a3dc68
Author: Aditya Toomula <at...@...>
Date:   2018-09-10T02:36:33Z

    Samza SQL: Code re-org to accomodate Samza SQL engine to take Calcite IR as input.

----


---

[GitHub] samza pull request #630: Samza SQL: Code re-org to accomodate Samza SQL engi...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/630


---