Kimahriman commented on code in PR #677:
URL: https://github.com/apache/incubator-sedona/pull/677#discussion_r962231313


##########
common/src/main/java/org/apache/sedona/common/Functions.java:
##########
@@ -70,6 +70,27 @@ public static double length(Geometry geometry) {
         return geometry.getLength();
     }
 
+    public static Double x(Geometry geometry) {

Review Comment:
   Does this need to be the boxed type instead of the native double like the 
other functions return?



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

Reply via email to