petern48 commented on code in PR #2105:
URL: https://github.com/apache/sedona/pull/2105#discussion_r2213803789


##########
python/tests/geopandas/test_match_geopandas_series.py:
##########
@@ -284,7 +284,19 @@ def test_from_shapely(self):
         pass
 
     def test_from_arrow(self):
-        pass
+        if parse_version(gpd.__version__) < parse_version("1.0.0"):
+            return
+
+        for _, geom in self.geoms:
+            # ga doesn't support GeometryCollection: "Unrecognized GeoArrow 
extension name: 'geoarrow.geometrycollection'"

Review Comment:
   This is actually outdated after I changed the tests, so I've removed these.



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