slfan1989 opened a new pull request, #13882: URL: https://github.com/apache/iceberg/pull/13882
### Summary When no warehouse location is set, the code previously used `getAbsolutePath()` to configure the default Iceberg warehouse directory. This change switches to using `toURI().toString()`, ensuring the warehouse location is represented as a standardized URI (e.g., `file:/.../iceberg_data/`). -- 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]
