rdblue commented on a change in pull request #3420:
URL: https://github.com/apache/iceberg/pull/3420#discussion_r740359412
##########
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:
I think we should bump the version to 4.1.63.Final. There's less risk
doing that and we don't need to build Arrow against a different version than
what will be used in Spark.
--
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]