You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/09/03 09:22:32 UTC

[GitHub] zentol opened a new pull request #6652: [FLINK-10234][runtime] Fix ambiguous lambda usage

zentol opened a new pull request #6652: [FLINK-10234][runtime] Fix ambiguous lambda usage
URL: https://github.com/apache/flink/pull/6652
 
 
   ## What is the purpose of the change
   
   This PR fixes a jdk9 incompatibility caused by lambdas. The problem is that the compiler cannot determine whether the lambda should be a Runnable or a Callable<V>, resulting in incompatible bounds for the return type.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services