hsiang-c opened a new issue, #2870: URL: https://github.com/apache/iceberg-rust/issues/2870
### Is your feature request related to a problem or challenge? Iceberg Java has an [`ObjectStoreLocationProvider`](https://github.com/apache/iceberg/blob/apache-iceberg-1.11.0/core/src/main/java/org/apache/iceberg/LocationProviders.java#L128) implementation for object storage that throttles requests based on object prefix. It would be great to have similar location generator in Iceberg Rust. ### Describe the solution you'd like An implementation to `LocationGenerator` that supports [Object Store File Layout](https://iceberg.apache.org/docs/latest/aws/?h=object#object-store-file-layout) ### Willingness to contribute None -- 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]
