zhoulii opened a new issue, #8164: URL: https://github.com/apache/paimon/issues/8164
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation Currently, FileIO.get() in pypaimon creates a single FileIO instance based on the warehouse path's URI scheme. When a table uses data-file.external-paths pointing to a different filesystem (e.g., warehouse on HDFS but external paths on OSS/S3), the HDFS FileIO cannot read/write the OSS/S3 paths. Java already solved this with ResolvingFileIO, but pypaimon lacks this capability. ### Solution Port Java's ResolvingFileIO to pypaimon ### Anything else? _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
