Re: Scala Tuple2 not recognized as a Scala Tuple

2015-06-01 Thread Aljoscha Krettek
Great, good to hear! On Jun 1, 2015 5:39 PM, "Pieter-Jan Van Aeken" < pieterjan.vanae...@euranova.eu> wrote: > Found the solution: Creating the TypeInformation in Scala and then > passing it to Java where it is used explicitly in the returns method > resolved the issue. > > Op Maandag, 01/06/2015

Re: Scala Tuple2 not recognized as a Scala Tuple

2015-06-01 Thread Pieter-Jan Van Aeken
Found the solution: Creating the TypeInformation in Scala and then passing it to Java where it is used explicitly in the returns method resolved the issue. Op Maandag, 01/06/2015 om 16:59 schreef Pieter-Jan Van Aeken: >From the Java API, I get an instance of_ DataSet_​ which I wrap with the metho