Re: scala 2.12 support/cross-compile

2018-01-03 Thread Hao Sun
Thanks Stephan and Alhoscha for the info! On Wed, Jan 3, 2018 at 2:41 AM Aljoscha Krettek wrote: > Hi, > > This is the umbrella issue for Scala 2.12 support. As Stephan pointed out, > the ClosureCleaner and SAMs are currently the main problems. The first is > also a problem for Spark, which trac

Re: scala 2.12 support/cross-compile

2018-01-03 Thread Aljoscha Krettek
Hi, This is the umbrella issue for Scala 2.12 support. As Stephan pointed out, the ClosureCleaner and SAMs are currently the main problems. The first is also a problem for Spark, which track their respective progress here: https://issues.apache.org/jira/browse/SPARK-14540

Re: scala 2.12 support/cross-compile

2018-01-03 Thread Stephan Ewen
Hi Hao Sun! This is work in progress, but Scala 2.12 is a bit tricky. I think the Scala folks have messed this version up a bit, to be honest. The main blockers is that Scala 2.12 breaks some classes through its addition of SAM interface lambdas (similar to Java). Many of the DataStream API class

scala 2.12 support/cross-compile

2018-01-02 Thread Hao Sun
Hi team, I am wondering if there is a schedule to support scala 2.12? If I need flink 1.3+ with scala 2.12, do I just have to cross compile myself? Is there anything blocking us from using scala 2.12? Thanks