You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/23 19:20:44 UTC

[jira] [Commented] (RYA-249) Mongo GeoIndexer assumes polygon when performing within

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

ASF GitHub Bot commented on RYA-249:
------------------------------------

GitHub user isper3at opened a pull request:

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

    RYA-249 Geo Indexer precondition check

    ## Description
    >What Changed?
    Mongo precondition checks to make sure the geometry type
    for within and intersects is a Polygon.
    
    ### Tests
    >Coverage?
    There are no existing tests for GeoMongoDBStorageStrategy.
    
    ### Links
    [Jira](https://issues.apache.org/jira/browse/RYA-249)
    
    ### Checklist
    - [ ] Code Review
    - [x] Squash Commits
    
    #### People To Reivew
    @pujav65 
    @dlotts


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

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

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

    https://github.com/apache/incubator-rya/pull/140.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 #140
    
----
commit 9821f6ebf75642513e805779bff5093ce1b3f710
Author: isper3at <sm...@gmail.com>
Date:   2017-02-10T19:33:41Z

    RYA-249 Geo Indexer precondition check
    
    Mongo precondition checks to make sure the geometry type
    for within and intersects is a Polygon.

----


> Mongo GeoIndexer assumes polygon when performing within
> -------------------------------------------------------
>
>                 Key: RYA-249
>                 URL: https://issues.apache.org/jira/browse/RYA-249
>             Project: Rya
>          Issue Type: Bug
>            Reporter: Andrew Smith
>            Assignee: Andrew Smith
>
> Mongo Storage strategy assumes a polygon object is being used when performing a WITHIN operation.  If a polygon is not provided the operation breaks on mongodb instead of in RYA.



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