brawer opened a new issue, #10312: URL: https://github.com/apache/arrow-rs/issues/10312
### Is your feature request related to a problem or challenge? Currently, applications can inject a custom GeoStatsAccumulator by calling `init_geo_stats_accumulator_factory()`. Such global state, which can only be initalized once per process, is not ideal from a design perspective. Proposal: Add `geo_stats_accumulator_factory` to WriterProperties (and its builder), gated on the geospatial feature flag. Mark the current `init_geo_stats_accumulator_factory()` as deprecated, and remove it at some later point. ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
