Abacn commented on code in PR #39055:
URL: https://github.com/apache/beam/pull/39055#discussion_r3454832703


##########
sdks/java/testing/nexmark/build.gradle:
##########
@@ -99,6 +99,19 @@ if (isSparkRunner) {
   }
 }
 
+// Flink 2.1+ uses at.yawk.lz4:lz4-java instead of org.lz4:lz4-java
+// Explicitly prefer Flink's at.yawk.lz4 version to resolve capability conflict
+configurations.gradleRun {

Review Comment:
   Thanks for the fix. Since this chunk of code needs to be repeated in a few 
place, can we generalize it into BeamModulePlugin, see comments
   
   https://github.com/apache/beam/issues/39049#issuecomment-4770830760
   
   I'm preparing a PR to fix all of these



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