Re: Long to Timestamp(3) Conversion

2021-04-22 Thread Matthias Pohl
Hi Aeden, there are some improvements to time conversions coming up in Flink 1.13. For now, the best solution to overcome this is to provide a user-defined function. Hope, that helps. Best, Matthias On Wed, Apr 21, 2021 at 9:36 PM Aeden Jameson wrote: > I've probably overlooked something simple

Long to Timestamp(3) Conversion

2021-04-21 Thread Aeden Jameson
I've probably overlooked something simple, but when converting a datastream to a table how does one convert a long to timestamp(3) that will not be your event or proc time. I've tried tEnv.createTemporaryView( "myTable" ,myDatastream ,