Posted by
GitBox on
Nov 26, 2020; 7:00am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-shenjiayu17-opened-a-new-pull-request-4012-CARBONDATA-4051-Geo-spatial-index-algort-tp103286p103615.html
shenjiayu17 commented on a change in pull request #4012:
URL:
https://github.com/apache/carbondata/pull/4012#discussion_r530808706##########
File path: integration/spark/src/main/scala/org/apache/spark/sql/CarbonEnv.scala
##########
@@ -95,6 +95,12 @@ class CarbonEnv {
sparkSession.udf.register("text_match", new TextMatchUDF)
sparkSession.udf.register("text_match_with_limit", new TextMatchMaxDocUDF)
sparkSession.udf.register("in_polygon", new InPolygonUDF)
+ sparkSession.udf.register("in_polygon_list", new InPolygonListUDF)
+ sparkSession.udf.register("in_polyline_list", new InPolylineListUDF)
+ sparkSession.udf.register("in_polygon_range_list", new InPolygonRangeListUDF)
+
Review comment:
have used a separate function to process
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]