slfan1989 commented on code in PR #13837: URL: https://github.com/apache/iceberg/pull/13837#discussion_r2314255027
########## open-api/src/testFixtures/java/org/apache/iceberg/rest/RESTCatalogServer.java: ########## @@ -86,7 +86,7 @@ private CatalogContext initializeBackendCatalog() throws IOException { if (warehouseLocation == null) { File tmp = java.nio.file.Files.createTempDirectory("iceberg_warehouse").toFile(); tmp.deleteOnExit(); - warehouseLocation = new File(tmp, "iceberg_data").getAbsolutePath(); + warehouseLocation = new File(tmp, "iceberg_data").toURI().toString(); Review Comment: @dramaticlly Can I make this modification? I would like to hear your opinion. Thank you! -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org