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/10/26 22:42:11 UTC

[GitHub] samza pull request #343: SAMZA-1473 Fix handling of initial values for aggre...

GitHub user vjagadish1989 opened a pull request:

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

    SAMZA-1473 Fix handling of initial values for aggregating windows

    - Handle initial values for windows with foldLeftFunctions configured
    - Improve trace level logging

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

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

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

    https://github.com/apache/samza/pull/343.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 #343
    
----
commit a578577e7292fbcef8690d49fce91789c94436b6
Author: Jagadish <jv...@linkedin.com>
Date:   2017-10-19T02:19:10Z

    timeseries store fix for aggregating windows

commit fd36167dba0d86858a84bae3dec3b2437b72773b
Author: Jagadish <jv...@linkedin.com>
Date:   2017-10-26T03:31:51Z

    Add an unit test for testing behavior

commit 78afd11930d9aca4f9fa047a54dede7215f1d2ab
Author: Jagadish <jv...@linkedin.com>
Date:   2017-10-26T22:40:17Z

    Revert unnecessary commits

----


---

[GitHub] samza pull request #343: SAMZA-1473 Fix handling of initial values for aggre...

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

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


---