RE: Using POJOs with the table API

2021-10-26 Thread Alexis Sarda-Espinosa
Regards, Alexis. From: Alexis Sarda-Espinosa Sent: Donnerstag, 5. August 2021 15:49 To: user@flink.apache.org Subject: Using POJOs with the table API Hi everyone, I had been using the DataSet API until now, but since that's been deprecated, I started looking into the Table API. In my DataSet job I

Using POJOs with the table API

2021-08-05 Thread Alexis Sarda-Espinosa
Hi everyone, I had been using the DataSet API until now, but since that's been deprecated, I started looking into the Table API. In my DataSet job I have a lot of POJOs, all of which are even annotated with @TypeInfo and provide the corresponding factories. The Table API documentation talks