Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.15.0
-
- flink version 1.15
- jdk 1.8
- scala 2.12
Description
The bug appears on line 87 of flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/sideoutput/SideOutputExample.javaļ¼
text.assignTimestampsAndWatermarks(IngestionTimeWatermarkStrategy.create());
This line forgets to set the return value, so the timestamp is not assigned to the element in text. As a result, running this code throws an error.
Attachments
Issue Links
- is caused by
-
FLINK-19317 Make EventTime the default StreamTimeCharacteristic
- Closed
- links to