GitHub user weisong44 opened a pull request: https://github.com/apache/samza/pull/349
Initial version of Table API Initial version of table API, it includes - Core table API (Table, TableDescriptor, TableSpec) - Local table implementation for in-memory and RocksDb - The writeTo() and stream-table join operators @nickpan47 @xinyuiscool @prateekm could you help review? You can merge this pull request into a Git repository by running: $ git pull https://github.com/weisong44/samza table-api-14 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/349.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 #349 ---- commit 085c7eaa22fa940ef6a1acc5e10a30386b42f791 Author: Wei Song <ws...@linkedin.com> Date: 2017-10-06T00:33:51Z Initial version of table API, it includes - Core table API (Table, TableDescriptor, TableSpec) - Local table implementation for in-memory and RocksDb - The writeTo() and stream-table join operators commit 2312f1f33f42886d8018050fd095c4d05bf352d6 Author: Wei Song <ws...@linkedin.com> Date: 2017-11-02T00:50:34Z Merged from master ---- ---