vt921102 commented on PR #8536: URL: https://github.com/apache/hadoop/pull/8536#issuecomment-5377808959
@cnauroth @steveloughran would you be able to review this as well? The change is entirely in `hadoop-tools/hadoop-azure`, so it is probably closer to your area than to HDFS. [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`. That separator is part of an ABFS/URI path rather than a local filesystem path, so it is now always a forward slash. Linux was unaffected. A unit test covers the regression. All checks are green: `Apache Yetus` +1, `jenkins/pr-merge` success, and the GitHub Actions `Build` matrix passed. Backports for the release branches are #8692 (branch-3.5) and #8693 (branch-3.4). One process question: the JIRA is filed under the HDFS project with component `fs/azure`, but the change only touches `hadoop-azure`. Should it be moved to the HADOOP project to match the usual convention for ABFS work? 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]
