Elephantusparvus commented on code in PR #662:
URL: https://github.com/apache/incubator-sedona/pull/662#discussion_r946664061
##########
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:
Yeah, just saw that #647 got merged earlier this morning, so i have to merge
it in my branch anyways. I'll clean it up and make a seperate PR for them.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]