dannycjones opened a new issue, #2560: URL: https://github.com/apache/iceberg-rust/issues/2560
### Is your feature request related to a problem or challenge? The location provider APIs allow consumers to customize how the Iceberg library chooses the path of new files/objects. In this way, consumers can introduce things like alternative sources of entropy, etc.. Similar feature request in iceberg-python: https://github.com/apache/iceberg-python/issues/861 ### Describe the solution you'd like Introduction of a `LocationProvider` trait which consumers can define. We should identify where to introduce the configuration of this, similar to the way the `Storage` trait works (if not an extension of it in some way). ### Willingness to contribute I can contribute to this feature independently -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
