GitHub user k255 opened a pull request:

    https://github.com/apache/drill/pull/191

    [DRILL-3914]: support for geospatial query functionality

    Sample dataset is provided on classpath, after building from fork 
repository, you can query it like:
    select * from cp.`sample-data/CA-cities.csv` limit 5;
    
    For details on current geospatial functionality please see:
    https://github.com/k255/drill-gis
    
    Currently the solution works on common use cases, but is based on varbinary 
data type which has limitations for more complex geometries (size limit).

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

    $ git pull https://github.com/k255/drill master

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

    https://github.com/apache/drill/pull/191.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 #191
    
----
commit dc19cb732645b2d168f04eec521848992807cf07
Author: potocki <[email protected]>
Date:   2015-10-08T06:10:33Z

    gis contrib module with basic spatial queries functionality

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to