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 <atoomula@...> Date: 2018-09-10T02:36:33Z Samza SQL: Code re-org to accomodate Samza SQL engine to take Calcite IR as input. ---- ---