paleolimbot commented on code in PR #45459:
URL: https://github.com/apache/arrow/pull/45459#discussion_r1974518535


##########
cpp/src/parquet/properties.h:
##########
@@ -1112,6 +1113,12 @@ class PARQUET_EXPORT ArrowWriterProperties {
       return this;
     }
 
+    /// Write GEOMETRY and GEOGRAPHY logical types where possible.

Review Comment:
   I removed this...this use case was that this is a fairly new type and so a 
mechanism to opt-out might be nice. However, there are two other ways to opt 
out as well (don't register or unregister the geoarrow extension type or 
convert the relevant column to the storage type).



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