vt921102 commented on PR #8536: URL: https://github.com/apache/hadoop/pull/8536#issuecomment-5377753403
@Hexiaoqiao @shfshihuafeng would you have time to take a look at this one? 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`. The separator belongs to an ABFS/URI path rather than a local filesystem path, so it is now always a forward slash. A unit test covers the regression. All checks are green: `Apache Yetus` +1, `continuous-integration/jenkins/pr-merge` success, and the GitHub Actions `Build` matrix passed. Backports are prepared for the release branches: #8692 (branch-3.5) and #8693 (branch-3.4). 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]
