pvary commented on code in PR #9308:
URL: https://github.com/apache/iceberg/pull/9308#discussion_r1428446262
##########
flink/v1.18/build.gradle:
##########
@@ -63,6 +63,7 @@ project(":iceberg-flink:iceberg-flink-${flinkMajorVersion}") {
// These artifacts are shaded and included in the orc-core fat jar
exclude group: 'com.google.protobuf', module: 'protobuf-java'
exclude group: 'org.apache.hive', module: 'hive-storage-api'
+ exclude group: 'org.slf4j'
Review Comment:
We specify 2.x slf4j as an Iceberg dependency. But these dependencies carry
a 1.x slf4j transitive dependency. When both 1.x and 2.x slf4j is on classpath
the the loggers are not working, so it is very hard to follow what happens
during the tests
--
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]