You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gearpump.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/17 09:03:41 UTC

[jira] [Commented] (GEARPUMP-274) Set lower bound of time to Long.MinValue milliseconds

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

ASF GitHub Bot commented on GEARPUMP-274:
-----------------------------------------

GitHub user manuzhang opened a pull request:

    https://github.com/apache/incubator-gearpump/pull/151

    [GEARPUMP-274] Set lower bound of time to Long.MinValue milliseconds

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the commit message is formatted like:
       `[GEARPUMP-<Jira issue #>] Meaningful description of pull request` 
     - [ ] Make sure tests pass via `sbt clean test`.
     - [ ] Make sure old documentation affected by the pull request has been updated and new documentation added for new functionality. 
    


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

    $ git pull https://github.com/manuzhang/incubator-gearpump time

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

    https://github.com/apache/incubator-gearpump/pull/151.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 #151
    
----
commit 73a08d537780d5f5dd050e813a178466e0469229
Author: manuzhang <ow...@gmail.com>
Date:   2017-02-17T08:58:33Z

    [GEARPUMP-274] Set lower bound of time to Long.MinValue milliseconds

----


> Set lower bound of time to Long.MinValue milliseconds
> -----------------------------------------------------
>
>                 Key: GEARPUMP-274
>                 URL: https://issues.apache.org/jira/browse/GEARPUMP-274
>             Project: Apache Gearpump
>          Issue Type: Bug
>            Reporter: Manu Zhang
>            Assignee: Manu Zhang
>
> The requirement actually comes from Beam whose time bound is from *Long.MinValue microseconds* to *Long.MaxValue microseconds*. Setting the lower bound to *Long.MinValue milliseconds* would accommodate Beam's lower bound without any harm. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)