Re: returns method in scala api

2016-04-05 Thread Judit Fehér
t would be the > way > > to pass the return type explicitly in Scala. > > > > To create the TypeInformation, use the TypeInformation.of(...) methods. > > > > Hope that helps! > > > > Stephan > > > > > > > > On Mon, Apr 4, 2016 at 3:0

returns method in scala api

2016-04-04 Thread Judit Fehér
Hi, I'm writing a custom serializer so I need to call the returns(TypeInformation) method after a reduce method, but it isn't available in the scala api, only in the java api. Do you have any suggestions how to go around this and still call the correct deserializer? Thanks! Judit