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

ASF GitHub Bot commented on DRILL-4091:
---------------------------------------

cgivre commented on issue #1201: DRILL-4091: Support for additional gis 
operations in gis contrib module
URL: https://github.com/apache/drill/pull/1201#issuecomment-392571167
 
 
   
   @ChrisSandison, 
   The PR is failing the TravisCI build due to unused import statements:
   
   ```
   
/home/travis/build/apache/drill/contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STYFunc.java:29:8:
 Unused import - com.esri.core.geometry.Geometry.Type.
   
/home/travis/build/apache/drill/contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STYFunc.java:30:8:
 Unused import - com.esri.core.geometry.ogc.OGCPoint.
   
/home/travis/build/apache/drill/contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STXFunc.java:20:8:
 Unused import - java.sql.Types.
   
/home/travis/build/apache/drill/contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STXFunc.java:31:8:
 Unused import - com.esri.core.geometry.Geometry.Type.
   
/home/travis/build/apache/drill/contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STXFunc.java:32:8:
 Unused import - com.esri.core.geometry.ogc.OGCPoint.
   
/home/travis/build/apache/drill/contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STUnionAggregate.java:33:8:
 Unused import - com.esri.core.geometry.SpatialReference.
   
/home/travis/build/apache/drill/contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STGeomFromText.java:22:8:
 Unused import - com.esri.core.geometry.ogc.OGCGeometry.
   
/home/travis/build/apache/drill/contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STGeomFromText.java:32:8:
 Unused import - java.nio.ByteBuffer.
   
/home/travis/build/apache/drill/contrib/gis/src/main/java/org/apache/drill/exec/expr/fn/impl/gis/STTransform.java:28:8:
 Unused import - org.apache.drill.exec.expr.holders.NullableVarCharHolder.
   
   ```
   
   Could you please remove these, squash the commits and I think we're done. 
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Support more functions in gis contrib module
> --------------------------------------------
>
>                 Key: DRILL-4091
>                 URL: https://issues.apache.org/jira/browse/DRILL-4091
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Functions - Drill
>            Reporter: Karol Potocki
>            Assignee: Karol Potocki
>            Priority: Major
>
> Support for commonly used gis functions in gis contrib module: relate, 
> contains, crosses, intersects, touches, difference, disjoint, buffer, union 
> etc.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to