RE: Flink aggregation docs

2024-08-30 Thread David Radley
Hi Martjin, OK thanks - I missed that, Kind regards, David. From: Martijn Visser Date: Friday, 30 August 2024 at 13:59 To: dev@flink.apache.org Subject: [EXTERNAL] Re: Flink aggregation docs Hi David, It's already mentioned in the docs: *Note: in order to better understan

Re: Flink aggregation docs

2024-08-30 Thread Martijn Visser
Hi David, It's already mentioned in the docs: *Note: in order to better understand the behavior of windowing, we simplify the displaying of timestamp values to not show the trailing zeros, e.g. 2020-04-15 08:05 should be displayed as 2020-04-15 08:05:00.000 in Flink SQL Client if the type is TIME

Flink aggregation docs

2024-08-30 Thread David Radley
Hi , I am looking at https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql/queries/window-tvf/ and tried to follow the instructions, but it was not as I expected. I created a javascript program to populate a table defined as per the docs in the Tumble section. Unfortunately ti