TisonKun edited a comment on issue #10526: [FLINK-15090][build] Reverse the 
dependency from flink-streaming-java to flink-client
URL: https://github.com/apache/flink/pull/10526#issuecomment-595950554
 
 
   @rmetzger Thanks for your notification! There are several homogenous failure 
due to
   
   1. We reverse the dependencies from flink-streaming-java to flink-client.
   2. Modules that contain failing tests depend on only flink-streaming-java.
   3. However, these modules relied on filnk-clients for Executor service 
loading things.
   
   Thus here is where, as described in the mailing list, we should explicitly 
add the dependency to flink-clients.
   
   I previously introduce the reverse commits in a codebase without Executor 
service loading logics so as implemented it doesn't meet these failures. It 
might be the case that we let the tests spot where we should update 
dependencies.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to