alamb commented on issue #8373: URL: https://github.com/apache/arrow-rs/issues/8373#issuecomment-3304176607
I think the end user experience is that if you want to use geometry in parquet, it will be done by enabling a `geometry` feature flag in the `parquet` crate. Thus, downstream users can actively enable the additional code / compile time if they need geometry support but if they do not enable the feature flag they will not pay the compile time or binary size cost for that support The code will follow the same basic structure as the variant implementation -- all the code will live in sub crates (like `parquet-geometry`) etc Thank you for filing this @kylebarron -- it is going to be a great feature -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org