jiayuasu commented on code in PR #2507:
URL: https://github.com/apache/sedona/pull/2507#discussion_r2529647572


##########
python/sedona/spark/geopandas/geoseries.py:
##########
@@ -1075,7 +1075,7 @@ def reverse(self):
 
     def segmentize(self, max_segment_length):
         other_series, extended = self._make_series_of_val(max_segment_length)
-        align = False if extended else align
+        align = False if extended else True

Review Comment:
   Is this equivalent to `align = not extended`?



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