hi all, flink 1.4 or 1.5 only support Join two data streams as shown below:
but i have two data streams A and B, i want make A and B each set its own
window size, not a common size;
if can do this ,i can join A (window size:1min , TumblingEventTimeWindow) and B
(window size:5min,SlidingEvent
nk-docs-release-1.4/dev/table/sql.html#joins
[2] https://github.com/apache/flink/pull/5342
[3] https://github.com/apache/flink/pull/5482
2018-04-22 10:41 GMT+02:00 lehaxing :
hi all, flink 1.4 or 1.5 only support Join two data streams as shown below:
but i have two data streams A and B, i