jbonofre commented on code in PR #9884: URL: https://github.com/apache/iceberg/pull/9884#discussion_r1516741973
########## core/src/test/java/org/apache/iceberg/io/TestResolvingIO.java: ########## @@ -182,4 +182,16 @@ public void delegateFileIOWithAndWithoutMixins() { // being null is ok here as long as the code doesn't throw an exception assertThat(resolvingFileIO.newInputFile("/file")).isNull(); } + + @Test + public void customFileIOScheme() { Review Comment: Good idea, let me add this test. 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: 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