erwan commented on pull request #14639:
URL: https://github.com/apache/flink/pull/14639#issuecomment-843812195


   @dhruvrajan I'll close it, see the discussion on JIRA. It seems like this is 
not going to happen because it breaks binary compatibility (so savepoints would 
be lost during upgrade).
   
   My understanding is that the current plan is to remove all Scala code from 
the Flink core, meaning that:
   
   1.  The Scala API will only be a wrapper around the core (written in Java) 
so it can evolve, get support for new version etc without risking to break the 
core
   2. 3rd party Scala API based on the Java core will be possible
   3. Using the Java core directly from Scala code will be possible
   
   Meaning that even if the Flink core team doesn't implement support for Scala 
3 in the official API (1), it will still be possible with (2) or (3).
   
   You can see details on this ticket: 
https://issues.apache.org/jira/browse/FLINK-13414


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


Reply via email to