Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
Description
The example of CoGroupedStream
DataStream<T> result = one.coGroup(two) .where(new MyFirstKeySelector()) .equalTo(new MyFirstKeySelector()) .window(TumblingEventTimeWindows.of(Time.of(5, TimeUnit.SECONDS))) .apply(new MyCoGroupFunction());
the params of method equalTo should be MySecondKeySelector instead of MyFirstKeySelector.
Attachments
Issue Links
- links to