ChaladiMohanVamsi commented on code in PR #13241: URL: https://github.com/apache/iceberg/pull/13241#discussion_r2164228439
########## build.gradle: ########## @@ -558,6 +558,12 @@ project(':iceberg-azure') { testImplementation libs.testcontainers testImplementation libs.mockserver.netty testImplementation libs.mockserver.client.java + testImplementation(libs.hadoop3.common) { Review Comment: In few test cases where we initialise ResolvingFileIO, it is failing with missing HaddopConf dependency. Hence had include this in test scope. -- 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