You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Jin Yi <ji...@promoted.ai> on 2022/01/12 07:59:54 UTC

class Foo extends TupleN {}

probably a dumb quesiton, but will the serde performance in flink for the
class Foo (from the subject) behave like a POJO or a TupleN?

Re: class Foo extends TupleN {}

Posted by Chesnay Schepler <ch...@apache.org>.
It _should_ be the same, but I'd double-check the logs that Flink uses 
the right serializer.

On 12/01/2022 08:59, Jin Yi wrote:
> probably a dumb quesiton, but will the serde performance in flink for 
> the class Foo (from the subject) behave like a POJO or a TupleN?