kbendick commented on issue #3620: URL: https://github.com/apache/iceberg/issues/3620#issuecomment-981961774
Oh. On further inspection, it looks like it resolves to both 1.7.25 and 1.7.30 for slf4j-core, which is causing the issue. https://gist.github.com/racevedoo/3530bce04364629f81217e78dea66071#file-spark-shell-log-L371-L375 The `working@mymachine` seems to come from your local classpath of slf4j. ``` :: evicted modules: org.slf4j#slf4j-api;1.7.25 by [org.slf4j#slf4j-api;working@mymachine] in [default] org.slf4j#slf4j-api;working@mymachine by [org.slf4j#slf4j-api;1.7.30] in [default] com.fasterxml.jackson.core#jackson-core;2.11.3 by [com.fasterxml.jackson.core#jackson-core;2.11.4] in [default] com.fasterxml.jackson.core#jackson-databind;2.11.3 by [com.fasterxml.jackson.core#jackson-databind;2.11.4] in [default] ``` -- 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]
