vt921102 commented on PR #8693: URL: https://github.com/apache/hadoop/pull/8693#issuecomment-5377809216
@cnauroth @steveloughran would you be able to review this backport as well? The change is entirely in `hadoop-tools/hadoop-azure`, so it is probably closer to your area than to HDFS. Trunk PR is #8536. [HDFS-17881](https://issues.apache.org/jira/browse/HDFS-17881): `AbfsClient.getVersionedFileStatusFromEntry()` built the list-status entry path with `File.separator`. On Windows that is a backslash, so `Path` treated the segment before the first colon as a URI scheme and listing a directory whose children contain a colon failed with `URISyntaxException`. It is now always a forward slash, with a unit test covering the regression. Targeting `branch-3.4`. `Apache Yetus` is +1 and `jenkins/pr-merge` is green; the GitHub Actions `Build` check cannot be satisfied on this branch, as explained above. 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]
