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


##########
runners/flink/flink_runner.gradle:
##########
@@ -28,7 +28,8 @@ import groovy.json.JsonOutput
 def base_path = ".."
 
 def overrides(versions, type, base_path) {
-  versions.collect { "${base_path}/${it}/src/${type}/java" } + 
["./src/${type}/java"]
+  // order is important

Review Comment:
   For file A.java in flink/1.18/src, it is consumed by flink/1.18, flink1.19, 
flink1.20,...
   
   If in Flink 1.19 it needs to be overriden again, this order makes sure that 
flink1.20 is consuming A.java in flink/1.19 dir



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