vt921102 commented on PR #8693: URL: https://github.com/apache/hadoop/pull/8693#issuecomment-5377753702
@Hexiaoqiao @shfshihuafeng would you have time to take a look at this backport? The trunk PR is #8536. It is a one-line ABFS fix for [HDFS-17881](https://issues.apache.org/jira/browse/HDFS-17881). `AbfsClient.getVersionedFileStatusFromEntry()` built the list-status entry path with `File.separator`, which is a backslash on Windows, so a child entry whose name contains a colon was parsed as a URI scheme and listing failed with `URISyntaxException`. It is now always a forward slash, with a unit test covering the regression. `Apache Yetus` is +1 and `continuous-integration/jenkins/pr-merge` is green. The GitHub Actions `Build` check reports `action_required` because `.github/workflows/build_and_test.yml` was added to trunk by HADOOP-19858 on 2026-04-22, after `branch-3.4` was cut. No run of that workflow can exist for this branch, so the check cannot be satisfied; this affects every PR against `branch-3.4`/`branch-3.5`. Thanks! -- 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]
