LuciferYang commented on code in PR #36640:
URL: https://github.com/apache/arrow/pull/36640#discussion_r1266614969


##########
ci/scripts/integration_spark.sh:
##########
@@ -45,6 +45,13 @@ export MAVEN_OPTS="${MAVEN_OPTS} 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.c
 
 pushd ${spark_dir}
 
+  # Due to CVE-2023-34462 we upgraded to a memory netty version which is 
incompatible
+  # with previous spark versions. Patch the pom to use newer version.
+  sed -i.bak -E -e \

Review Comment:
   I run this `sed` statement locally, but I found that the `netty.version` in 
the `pom.xml` still `4.1.93.Final `
   
   Maybe we can test `build/mvn  versions:set-property -Dproperty=netty.version 
 -DnewVersion=4.1.94.Final -DgenerateBackupPoms=false`



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

Reply via email to