You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by vjagadish1989 <gi...@git.apache.org> on 2017/09/26 17:35:36 UTC

[GitHub] samza pull request #303: SAMZA-1423: Implement time series storage for joins...

GitHub user vjagadish1989 opened a pull request:

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

    SAMZA-1423: Implement time series storage for joins and windows

    Notable changes:
    * New interface for storing and retrieving time series data.
    * New store and serde implementation for use in windows and joins
    
    Pending:
    * Documentation, and minor clean-ups
    * Wire-up of stores from ExecutionPlanner
    * Usage of the store to implement various windows and joins

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

    $ git pull https://github.com/vjagadish1989/samza window-store

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

    https://github.com/apache/samza/pull/303.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 #303
    
----
commit 9420aa2251752c72fd4e3880a4cc087f64a3b9c3
Author: Jagadish <ja...@apache.org>
Date:   2017-09-25T11:52:43Z

    stuff

commit 5f8653417a4dae850160ec3b12a0dfc67abf6f6b
Author: Jagadish <ja...@apache.org>
Date:   2017-09-25T11:52:49Z

    Merge branch 'master' of https://github.com/apache/samza into window-store

commit 625faccf7cb1eb6e0e6084f9e7de331d9865724a
Author: Jagadish <ja...@apache.org>
Date:   2017-09-26T17:09:34Z

    clean up APIs and add docs

commit 26517ce322ea9d64cf40633e6413762a6ebcd4b9
Author: Jagadish <ja...@apache.org>
Date:   2017-09-26T17:11:43Z

    clean up APIs and add docs

commit d44a2dfb1f06aaf19b0776db0a348767b525e0e7
Author: Jagadish <ja...@apache.org>
Date:   2017-09-26T17:26:42Z

    revert unintended changes

commit 7f3a91f87c1f37893d0194a520bb9ce8c70c0951
Author: Jagadish <ja...@apache.org>
Date:   2017-09-26T17:29:31Z

    revert unintended changes

----


---

[GitHub] samza pull request #303: SAMZA-1423: Implement time series storage for joins...

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

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


---