Re: Scala Utils

2015-09-07 Thread Sachin Goel
Olrite. I will file a JIRA for this. Cheers! Sachin -- Sachin Goel Computer Science, IIT Delhi m. +91-9871457685 On Sat, Sep 5, 2015 at 10:14 PM, Aljoscha Krettek wrote: > I think the utils are a perfect case of for this pattern so I would suggest > to go ahead with this change. It is only abo

Re: Scala Utils

2015-09-05 Thread Aljoscha Krettek
I think the utils are a perfect case of for this pattern so I would suggest to go ahead with this change. It is only about API, there we can use some scala magic. :D On Sat, 5 Sep 2015 at 15:39 Sachin Goel wrote: > Hi all > > Currently, to use the Scala Data Set utility functions, one needs to i

Scala Utils

2015-09-05 Thread Sachin Goel
Hi all Currently, to use the Scala Data Set utility functions, one needs to import import org.apache.flink.api.scala.DataSetUtils.utilsToDataSet This is counter-intuitive, extra complicated and should be more in sync with how Java utils are imported. I propose a package object which can allow imp