Re: Flink Serialization and case class fields limit

2018-11-16 Thread Fabian Hueske
Hi Andrea, I wrote the post 2.5 years ago. Sorry, I don't think that I kept the code somewhere, but the mechanics in Flink should still be the same. Best, Fabian Am Fr., 16. Nov. 2018, 20:06 hat Andrea Sella geschrieben: > Hi Andrey, > > My bad, I forgot to say that I am using Scala 2.11, that

Re: Flink Serialization and case class fields limit

2018-11-16 Thread Andrea Sella
Hi Andrey, My bad, I forgot to say that I am using Scala 2.11, that’s why I asked about the limitation, and Flink 1.5.5. If I recall correctly CaseClassSerilizer and CaseClassTypeInfo don’t rely on unapply and tupled functions, so I'd say that Flink doesn't have this kind of limitation with Scala

Re: Flink Serialization and case class fields limit

2018-11-16 Thread Andrey Zagrebin
Hi Andrea, 22 limit comes from Scala [1], not Flink. I am not sure about any repo for the post, but I also cc'ed Fabian, maybe he will point to some if it exists. Best, Andrey [1] https://underscore.io/blog/posts/2016/10/11/twenty-two.html > On 16 Nov 2018, at 13:10, Andrea Sella wrote: > >