hsiang-c opened a new issue, #2874: URL: https://github.com/apache/iceberg-rust/issues/2874
### Is your feature request related to a problem or challenge? It is related to a problem reported / fixed in Iceberg Java: https://github.com/apache/iceberg/pull/10329 Where users might use special characters in schema fields. If an Iceberg table is partitioned (identity partition) by those fields, the partition paths contain special characters and need to be [URL encoded](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines) ### Describe the solution you'd like URL encode partitions paths if needed. ### 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]
