[ 
https://issues.apache.org/jira/browse/APEXMALHAR-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15550316#comment-15550316
 ] 

ASF GitHub Bot commented on APEXMALHAR-2276:
--------------------------------------------

GitHub user chandnisingh opened a pull request:

    https://github.com/apache/apex-malhar/pull/443

    APEXMALHAR-2276 over writing the value of key only when the time is g…

    …reater than equal to latest time of the entry

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

    $ git pull https://github.com/chandnisingh/apex-malhar APEXMALHAR-2276

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

    https://github.com/apache/apex-malhar/pull/443.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 #443
    
----
commit ea5012c9cb5b17cf6bbde0f73ecd1fd9bca0de94
Author: Chandni Singh <[email protected]>
Date:   2016-10-05T23:39:49Z

    APEXMALHAR-2276 over writing the value of key only when the time is greater 
than equal to latest time of the entry

----


> ManagedState: value of a key does not get over-written in the same time bucket
> ------------------------------------------------------------------------------
>
>                 Key: APEXMALHAR-2276
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2276
>             Project: Apache Apex Malhar
>          Issue Type: Bug
>            Reporter: Siyuan Hua
>            Assignee: Chandni Singh
>             Fix For: 3.6.0
>
>
> For example:
> ManagedTimeUnifiedStateImpl mtus;
> mtus.put(10000, key1, val1)
> mtus.put(10000, key1, val2)
> mtus.get(10000, key1).equals(val2) will return false



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to