Re: Apache Flink Serialization Question

2025-05-19 Thread Zhanghao Chen
It would still work 发件人: Richard Cheung 发送时间: 星期二, 五月 20, 2025 4:08:00 上午 收件人: Zhanghao Chen 抄送: Мосин Николай ; Schwalbe Matthias ; user@flink.apache.org 主题: Re: Apache Flink Serialization Question Hi all, Thanks again for the help! I have one more follow

Re: Apache Flink Serialization Question

2025-05-19 Thread Richard Cheung
16, 2025 0:02 > *To:* Richard Cheung > *Cc:* Schwalbe Matthias ; Zhanghao Chen < > zhanghao.c...@outlook.com>; user@flink.apache.org > *Subject:* Re: Apache Flink Serialization Question > > For List I just setup TypeInfoFactory like: > > public class SomeDataDT

Re: Apache Flink Serialization Question

2025-05-16 Thread Zhanghao Chen
eatment of these nullable cases. Best, Zhanghao Chen From: Мосин Николай Sent: Friday, May 16, 2025 0:02 To: Richard Cheung Cc: Schwalbe Matthias ; Zhanghao Chen ; user@flink.apache.org Subject: Re: Apache Flink Serialization Question For List I just setup TypeI

Re: Apache Flink Serialization Question

2025-05-15 Thread Мосин Николай
ssion to share the code … Hope that helps 😊 This  From: Zhanghao Chen <zhanghao.c...@outlook.com>Sent: Wednesday, May 14, 2025 3:00 AMTo: Richard Cheung <rcheungsi...@gmail.com>; user@flink.apache.orgSubject: [External] Re: Apache Flink Serialization Question ⚠EXTERNAL MESSAGE – CAU

Re: Apache Flink Serialization Question

2025-05-15 Thread Richard Cheung
nformation with the Flink type system. > > > > > > … unfortunately I haven’t got the permission to share the code … > > > > Hope that helps 😊 > > > > This > > > > > > > > > > > > > > *From:* Zhanghao Chen > *Sent

Re: Apache Flink Serialization Question

2025-05-15 Thread Mosin Nick
00 AMTo: Richard Cheung <rcheungsi...@gmail.com>; user@flink.apache.orgSubject: [External] Re: Apache Flink Serialization Question ⚠EXTERNAL MESSAGE – CAUTION: Think Before You Click ⚠ Flink still use PojoSerializer for the class while only using Kryo for the UUID field. Best,Zhanghao ChenFrom: Ric

RE: Apache Flink Serialization Question

2025-05-15 Thread Schwalbe Matthias
. … unfortunately I haven’t got the permission to share the code … Hope that helps 😊 This From: Zhanghao Chen Sent: Wednesday, May 14, 2025 3:00 AM To: Richard Cheung ; user@flink.apache.org Subject: [External] Re: Apache Flink Serialization Question ⚠EXTERNAL MESSAGE – CAUTION: Think Before

Re: Apache Flink Serialization Question

2025-05-13 Thread Zhanghao Chen
Flink still use PojoSerializer for the class while only using Kryo for the UUID field. Best, Zhanghao Chen From: Richard Cheung Sent: Wednesday, May 14, 2025 3:21 To: user@flink.apache.org Subject: Apache Flink Serialization Question Hi all! I have a question