Copilot commented on code in PR #2707:
URL: https://github.com/apache/sedona/pull/2707#discussion_r2916169867


##########
common/src/main/java/org/apache/sedona/common/Functions.java:
##########
@@ -1196,6 +1196,9 @@ public static Geometry reducePrecision(Geometry geometry, 
int precisionScale) {
   }
 
   public static Geometry lineMerge(Geometry geometry) {
+    if (geometry instanceof LineString) {
+      return geometry;
+    }

Review Comment:
   The PR description’s “Behavior after fix” table appears corrupted/duplicated 
(truncated rows like “Returned unchanch| …”). Please clean up the PR 
description so reviewers can clearly see the intended behavior matrix.



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