Hi Nishant,
To answer your questions:
1) yes, the SQL time-windowed join and the DataStream API Interval Join are the same (with different implementations though)
2) DataStream Session-window joins are not directly supported in SQL. You can play some tricks to make it work, but it wouldn't be elegant and to be honest, the semantics of the session-window join are not really meaningful, IMO.
Fabian
Am Mi., 25. Sept. 2019 um 11:26 Uhr schrieb Nishant Gupta <
[hidden email]>:
Hi Team,
2. How do I implement session window join in Flink SQL? With an example would be appreciated.
Thanks
Nishant