Can't understand the result for the event time group by window
问题 I am using Flink 1.12.0 and have a data collection and use that to try out the event time group window.Following is the full code. package org.example.sqlexploration import java.sql.Timestamp import java.text.SimpleDateFormat import org.apache.flink.streaming.api.TimeCharacteristic import org.apache.flink.streaming.api.functions.AssignerWithPunctuatedWatermarks import org.apache.flink.streaming.api.scala._ import org.apache.flink.streaming.api.watermark.Watermark import org.apache.flink.table