[
https://issues.apache.org/jira/browse/DRILL-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16236561#comment-16236561
]
ASF GitHub Bot commented on DRILL-4091:
---------------------------------------
Github user cgivre commented on a diff in the pull request:
https://github.com/apache/drill/pull/258#discussion_r148653960
--- Diff:
contrib/gis/src/test/java/org/apache/drill/exec/expr/fn/impl/gis/TestGeometryFunctions.java
---
@@ -72,4 +72,203 @@ public void testSTWithinQuery() throws Exception {
.build()
.run();
}
+
+ @Test
+ public void testSTXQuery() throws Exception {
--- End diff --
Please include a test for `ST_UnionAggregate()`
> 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
> 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
(v6.4.14#64029)