Re: Late data acquisition
Hi, Currently, Flink SQL doesn't support to get late data. But you can do that by bridging SQL Table to DataStream. And use DataStream's window functionality which supports `sideOutputLateData` method [1]. Best, Jark [1]: https://ci.apache.org/projects/flink/flink-docs-master/dev/stream/operator
Late data acquisition
Hi: can we get data later than watermark in sql ? Best Lec Ssmi