Re: [External] : Re: How to define TypeInformation for Flink recursive resolved POJO

2022-05-12 Thread Fuyao Li
abled in the ExecutionConfig and type java.util.Set is treated as a generic type. Thanks, Fuyao From: Weihua Hu Date: Thursday, May 12, 2022 at 07:24 To: Fuyao Li Cc: user Subject: [External] : Re: How to define TypeInformation for Flink recursive resolved POJO Hi, Fuyao How did you defi

Re: [External] : Re: How to define TypeInformation for Flink recursive resolved POJO

2022-05-12 Thread Fuyao Li
TypeInformation.of(new TypeHint>() {}); } } But I still get the following errors. Generic types have been disabled in the ExecutionConfig and type java.util.Set is treated as a generic type. Thanks, Fuyao From: Weihua Hu Date: Thursday, May 12, 2022 at 07:24 To: Fuyao Li Cc: user Su