paleolimbot commented on code in PR #650:
URL: https://github.com/apache/sedona-db/pull/650#discussion_r2837008506
##########
python/sedonadb/python/sedonadb/dataframe.py:
##########
@@ -527,6 +527,11 @@ def __repr__(self) -> str:
else:
return super().__repr__()
+ def _simplify_storage_types(self):
Review Comment:
I merged in the GDAL write PR and added a test...hopefully the intent of
this is more clear now (we only need this when we specifically call the pyogrio
write function so I kept it internal for now).
--
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]