Elephantusparvus commented on code in PR #662:
URL: https://github.com/apache/incubator-sedona/pull/662#discussion_r946722754


##########
flink/src/main/java/org/apache/sedona/flink/Catalog.java:
##########
@@ -32,6 +32,9 @@ public static UserDefinedFunction[] getFuncs() {
                 new Constructors.ST_GeomFromGeoJSON(),
                 new Constructors.ST_GeomFromGeoHash(),
                 new Functions.ST_Buffer(),
+                new Functions.ST_MakeValid(),
+                new Functions.ST_Intersection(),
+                new Functions.ST_Difference(),

Review Comment:
   I pushed a rebased version with #647  only containing the ST_Collect 
function. 
   Apparently #647 broke the build process for me, see: 
https://github.com/apache/incubator-sedona/pull/647#issuecomment-1216570079.



-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@sedona.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to