paleolimbot commented on code in PR #8801:
URL: https://github.com/apache/arrow-rs/pull/8801#discussion_r2505148907


##########
parquet-geospatial/src/types.rs:
##########
@@ -0,0 +1,87 @@
+use arrow_schema::{Schema, SchemaBuilder, extension::ExtensionType};
+
+use crate::crs::Crs;
+
+pub struct Geometry {
+    crs: Crs,
+}
+
+impl Geometry {

Review Comment:
   It's certainly a possibility...it's also a problem with a much larger scope 
than converting metadata. I won't speak for Kyle but I think the GeoArrow crate 
would possibly benefit from evolving at its own rate rather than be tied to the 
arrow-rs release cadance.



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