steveloughran commented on code in PR #5979:
URL: https://github.com/apache/hadoop/pull/5979#discussion_r1318937306
##########
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestCustomerProvidedKey.java:
##########
@@ -112,7 +112,7 @@ public ITestCustomerProvidedKey() throws Exception {
@Test
public void testReadWithCPK() throws Exception {
final AzureBlobFileSystem fs = getAbfs(true);
- String fileName = path("/" + methodName.getMethodName()).toString();
+ String fileName = path("/" + methodName.getMethodName()).toUri().getPath();
Review Comment:
provide a single method for this, use it everywhere
--
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]