sachinnn99 commented on PR #15815: URL: https://github.com/apache/iceberg/pull/15815#issuecomment-4188577298
Good catch. `flink-test-utils` transitively pulls in `flink-test-utils-junit`, so removing the explicit dependency doesn't actually change the classpath. Tried excluding it fully, but Flink's `MiniClusterResource` extends JUnit4's `ExternalResource`, so `junit:junit` is still needed at runtime. Closing — full removal is blocked upstream. -- 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]
