You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gearpump.apache.org by manuzhang <gi...@git.apache.org> on 2017/02/21 02:15:01 UTC

[GitHub] incubator-gearpump pull request #154: [GEARPUMP-278] Check for null before c...

GitHub user manuzhang opened a pull request:

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

    [GEARPUMP-278] Check for null before casting stored start clock

    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 app_data_store

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

    https://github.com/apache/incubator-gearpump/pull/154.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 #154
    
----
commit ee6e11933c89d7aa76db7f3881029a08e9d609e7
Author: manuzhang <ow...@gmail.com>
Date:   2017-02-21T02:11:37Z

    [GEARPUMP-278] Check for null before casting stored start clock

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-gearpump pull request #154: [GEARPUMP-278] Check for null before c...

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

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-gearpump issue #154: [GEARPUMP-278] Check for null before casting ...

Posted by huafengw <gi...@git.apache.org>.
Github user huafengw commented on the issue:

    https://github.com/apache/incubator-gearpump/pull/154
  
    +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-gearpump issue #154: [GEARPUMP-278] Check for null before casting ...

Posted by codecov-io <gi...@git.apache.org>.
Github user codecov-io commented on the issue:

    https://github.com/apache/incubator-gearpump/pull/154
  
    # [Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/154?src=pr&el=h1) Report
    > Merging [#154](https://codecov.io/gh/apache/incubator-gearpump/pull/154?src=pr&el=desc) into [master](https://codecov.io/gh/apache/incubator-gearpump/commit/a996d397f7ed3cbcda934abafd67126607bb1eb7?src=pr&el=desc) will **decrease** coverage by `-0.17%`.
    > The diff coverage is `100%`.
    
    
    
    ```diff
    @@            Coverage Diff             @@
    ##           master     #154      +/-   ##
    ==========================================
    - Coverage   71.75%   71.58%   -0.17%     
    ==========================================
      Files         191      191              
      Lines        6068     6068              
      Branches      522      526       +4     
    ==========================================
    - Hits         4354     4344      -10     
    - Misses       1714     1724      +10
    ```
    
    
    ------
    
    [Continue to review full report at Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/154?src=pr&el=continue).
    > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
    > `\u0394 = absolute <relative> (impact)`, `� = not affected`, `? = missing data`
    > Powered by [Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/154?src=pr&el=footer). Last update [a996d39...ee6e119](https://codecov.io/gh/apache/incubator-gearpump/compare/a996d397f7ed3cbcda934abafd67126607bb1eb7...ee6e11933c89d7aa76db7f3881029a08e9d609e7?el=footer&src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---