suxiaogang223 opened a new pull request, #64943: URL: https://github.com/apache/doris/pull/64943
## Summary - Normalize remote paths in SwitchingFileSystem before delegating operations. - Select upload filesystem from the remote path instead of the local path. - Add an OSS bucket endpoint delegation test. ## Root Cause OSS bucket-domain-name paths such as `oss://bucket.endpoint/path` were normalized when selecting the filesystem, but the original unnormalized path was still passed to object storage operations. The lower S3-compatible parser could then treat `bucket.endpoint` as the bucket name, breaking Hive insert overwrite cleanup/list/delete paths. ## Validation - `DISABLE_BUILD_UI=ON ./build.sh --fe` -- 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]
