[ https://issues.apache.org/jira/browse/APEXMALHAR-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15682640#comment-15682640 ]
ASF GitHub Bot commented on APEXMALHAR-2301: -------------------------------------------- GitHub user siyuanh opened a pull request: https://github.com/apache/apex-malhar/pull/503 APEXMALHAR-2301 Refactor Timebucketassigner Refactor timebucketassigner to add a simple timebucket assigner and change the bucket metadata datastructure from array to map to handle unbounded time buckets You can merge this pull request into a Git repository by running: $ git pull https://github.com/siyuanh/apex-malhar APEXMALHAR-2301 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/apex-malhar/pull/503.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 #503 ---- commit d56ed9e8dccbea20f274c5b53283327a701d41cc Author: Siyuan Hua <hsy...@apache.org> Date: 2016-11-21T06:01:59Z Refactor timebucketassigner to add a single timebucket assign to manage unbounded time buckets ---- > Implement another TimeBucketAssigner to work with any time > ---------------------------------------------------------- > > Key: APEXMALHAR-2301 > URL: https://issues.apache.org/jira/browse/APEXMALHAR-2301 > Project: Apache Apex Malhar > Issue Type: Sub-task > Reporter: Siyuan Hua > Assignee: Siyuan Hua > Fix For: 3.6.0 > > > The current TimeBucketAssigner only works for time that is close to current > system timestamp. But to support arbitrary event time, we need another > TimeBucketAssigner -- This message was sent by Atlassian JIRA (v6.3.4#6332)