Re: [External] Re: Potential Bug with Date Serialization for Table Stream

2022-04-01 Thread Tom Thornton
Hi Martijn, Thank you for following up on this. We ended up changing two parts: When creating the DataType we instead used new AtomicDataType(new DateType(false), java.sql.Date.class); So we could override the conversion class for the constructor

Re: [External] Re: Potential Bug with Date Serialization for Table Stream

2022-04-01 Thread Martijn Visser
Hi Tom, Sorry for the late reply, I missed this. In the upcoming Flink 1.15 a number of improvements on CAST will be included [1] Would you be able to test this with the current RC0 of Flink 1.15? [2] Best regards, Martijn Visser https://twitter.com/MartijnVisser82 https://github.com/MartijnViss

Re: [External] Re: Potential Bug with Date Serialization for Table Stream

2022-03-22 Thread Tom Thornton
Hi Martijn, Do you know what could be causing this issue given our Flink version? Is this possibly a bug with that version? Thanks, Tom On Thu, Mar 17, 2022 at 9:59 AM Tom Thornton wrote: > Hi Martijn, > > We are using 1.11.6. > > Thank you for the help. > > On Thu, Mar 17, 2022 at 1:37 AM Mar

Re: [External] Re: Potential Bug with Date Serialization for Table Stream

2022-03-17 Thread Tom Thornton
Hi Martijn, We are using 1.11.6. Thank you for the help. On Thu, Mar 17, 2022 at 1:37 AM Martijn Visser wrote: > Hi Tom, > > Which version of Flink are you using? > > Best regards, > > Martijn Visser > https://twitter.com/MartijnVisser82 > > > On Wed, 16 Mar 2022 at 23:59, Tom Thornton wrote:

Re: Potential Bug with Date Serialization for Table Stream

2022-03-17 Thread Martijn Visser
Hi Tom, Which version of Flink are you using? Best regards, Martijn Visser https://twitter.com/MartijnVisser82 On Wed, 16 Mar 2022 at 23:59, Tom Thornton wrote: > Per the docs , I'm > hoping to confirm whether or not an error we are seei