RussellSpitzer commented on issue #1224: URL: https://github.com/apache/iceberg/issues/1224#issuecomment-662111528
Yes. Basically the constructor `public Path(String pathString) throws IllegalArgumentException` is just take apart string as is and attempts to break it into the correct parts. While the constructor `public Path(URI)` just takes the URI as is and sets it to the internal representation of the path so it handles the encoding properly ---------------------------------------------------------------- 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. 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