GitHub user isper3at opened a pull request:

    https://github.com/apache/incubator-rya/pull/165

    Null checks fix and predicates logging.

    Fixed a problem in the GeoMongoDBStorageStrategy when the
    WKTReader would return null and an exception would be
    thrown after.
    Added logging for predicates check, advising to use them when
    possible.
    
    ## Description
    >What Changed?
    Added logging for predicates list checks in the secondary indexers for 
mongo.
    Added null check after WKTReader returned, if it returns null, the 
serialization failed.
    
    ### Tests
    >Coverage?
    no additional tests added
    
    ### Links
    
    ### Checklist
    - [ ] Code Review
    - [x] Squash Commits
    
    #### People To Reivew
    @meiercaleb 
    @amihalik 


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

    $ git pull https://github.com/isper3at/incubator-rya geoFix_NPE

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

    https://github.com/apache/incubator-rya/pull/165.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 #165
    
----
commit 59b4858c509a67a71c041dc7c1cb8d47caadbd66
Author: isper3at <smith...@gmail.com>
Date:   2017-06-02T19:39:26Z

    Null checks fix and predicates logging.
    
    Fixed a problem in the GeoMongoDBStorageStrategy when the
    WKTReader would return null and an exception would be
    thrown after.
    Added logging for predicates check, advising to use them when
    possible.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to