GitHub user atoomula opened a pull request:
https://github.com/apache/samza/pull/625
Samza SQL: Code re-org to accomodate 'INSERT INTO' into the calcite plan
and basic DSLConverter framework.
This PR has the following changes:
* 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 dsl2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/625.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 #625
----
commit 79e667caccb0ce42f6344493479ff09469bf883d
Author: Aditya Toomula <atoomula@...>
Date: 2018-09-06T20:59:50Z
Samza SQL: Code re-org to accomodate 'INSERT INTO' into the calcite plan
and basic DSLConverter framework.
----
---