wuwenchi opened a new pull request, #35957: URL: https://github.com/apache/doris/pull/35957
## Proposed changes <!--Describe your changes.--> Doris will convert the schema in FIleSystem to achieve the function of natively reading files. For example, `s3a` will be converted to `s3`. The position delete file of iceberg will record the full path of the datafile, which includes the schema. When comparing datafile with position delete, the converted path cannot be used, but the original datafile path must be used. So, added variables for the original path. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org