rdblue commented on a change in pull request #3420:
URL: https://github.com/apache/iceberg/pull/3420#discussion_r739847624



##########
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:
       Yeah, let's try updating the version in iceberg-arrow instead of forcing 
it here. Always best to do the build with as few versions as possible.




-- 
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]

Reply via email to