kevinjqliu opened a new issue, #2247: URL: https://github.com/apache/iceberg-python/issues/2247
### Feature Request / Improvement Looking at file io config, for example, the s3 one https://github.com/apache/iceberg-python/blob/main/pyiceberg/io/pyarrow.py#L452-L501 I think its a good idea to push all properties with the prefix `s3.` down to the `S3FileSystem` instead of only allowlisting a few like we do today. And do the same for for the other prefixes This will allow file io configs to work with the evolving FileSystems APIs without making a change every time. -- 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]
