Re: How to register pojo type information for third party pojo classes

2025-02-13 Thread Sachin Mittal
mation on > the state side. > > Best, > Zhanghao Chen > -- > *From:* Sachin Mittal > *Sent:* Thursday, February 13, 2025 12:23 > *To:* Zhanghao Chen > *Cc:* user > *Subject:* Re: How to register pojo type informatio

Re: How to register pojo type information for third party pojo classes

2025-02-13 Thread Zhanghao Chen
ce Flink 1.19. [1] https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config Best, Zhanghao Chen From: Sachin Mittal mailto:sjmit...@gmail.com>> Sent: Wednesday, February 12, 2025 20:20 To: user mailto:user@flink.

Re: How to register pojo type information for third party pojo classes

2025-02-13 Thread Zhanghao Chen
Cc: user mailto:user@flink.apache.org>> Subject: Re: How to register pojo type information for third party pojo classes Hi, So I have two classes (third party pojos): public class A { p

Re: How to register pojo type information for third party pojo classes

2025-02-13 Thread Sachin Mittal
ric types in this case. > > Best, > Zhanghao Chen > -- > *From:* Sachin Mittal > *Sent:* Thursday, February 13, 2025 12:23 > *To:* Zhanghao Chen > *Cc:* user > *Subject:* Re: How to register pojo type information for third

Re: How to register pojo type information for third party pojo classes

2025-02-12 Thread Zhanghao Chen
register pojo type information for third party pojo classes Hi, So I have two classes (third party pojos): public class A { private List bList; ... } public class B

Re: How to register pojo type information for third party pojo classes

2025-02-12 Thread Sachin Mittal
htlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config > > Best, > Zhanghao Chen > ---------- > *From:* Sachin Mittal > *Sent:* Wednesday, February 12, 2025 20:20 > *To:* user > *Subject:* How to register pojo type inf

Re: How to register pojo type information for third party pojo classes

2025-02-12 Thread Zhanghao Chen
nghao Chen From: Sachin Mittal Sent: Wednesday, February 12, 2025 20:20 To: user Subject: How to register pojo type information for third party pojo classes Hi, I have a Pojo class provided by some library. Say A.class I can create a type info factory of the same like: pu

How to register pojo type information for third party pojo classes

2025-02-12 Thread Sachin Mittal
Hi, I have a Pojo class provided by some library. Say A.class I can create a type info factory of the same like: public class ATypeInfoFactory extends TypeInfoFactory { @Override public TypeInformation createTypeInfo( Type t, Map> genericParameters) { Map> fields = new HashM