rdblue commented on a change in pull request #3420:
URL: https://github.com/apache/iceberg/pull/3420#discussion_r739532311
##########
File path: spark/v3.2/build.gradle
##########
@@ -33,6 +33,8 @@ configure(sparkProjects) {
resolutionStrategy {
force 'com.fasterxml.jackson.module:jackson-module-scala_2.12:2.12.3'
force 'com.fasterxml.jackson.module:jackson-module-paranamer:2.12.3'
+ // enforce the newer version of netty buffer in test
+ force 'io.netty:netty-buffer:4.1.68.Final'
Review comment:
Is this needed if the dependency is excluded from the 3.2 Spark
dependency?
--
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]