Re: Datastream Lag Windowing function

2021-02-23 Thread Roman Khachatryan
Hi, I can't see neither wrong nor expected output in your message, can you re-attach it? Could you provide the code of your pipeline including the view creation? Are you using Blink planner (can be chosen by useBlinkPlanner [1])? [1] https://ci.apache.org/projects/flink/flink-docs-release-1.12/d

Datastream Lag Windowing function

2021-02-21 Thread s_penakalap...@yahoo.com
Hi All, I am using Flink1.12, I am trying to read realtime data from Kafka topic and as per the requirement I need to implement windowing LAG function. Approach I followed is below: DataStream vData = env.addSource(...)vData.keyBy(Id) createTemperoryViewthen apply flink sql. My sample data is lik