zhangfengcdt commented on code in PR #2005:
URL: https://github.com/apache/sedona/pull/2005#discussion_r2165161362


##########
python/sedona/geopandas/geoseries.py:
##########
@@ -176,7 +176,7 @@ def _process_geometry_column(
             A GeoSeries with the operation applied to the geometry column.
         """
         # Find the first column with BinaryType or GeometryType
-        first_col = self.get_first_geometry_column()
+        first_col = self.get_first_geometry_column()  # TODO: fixme

Review Comment:
   Can you add details what needs to be fixed and create a github issue that 
can be linked here?



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