[jira] [Created] (FLINK-17316) Have HourlyTips solutions use TumblingEventTimeWindows.of

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-17316) Have HourlyTips solutions use TumblingEventTimeWindows.of

Shang Yuanchun (Jira)
David Anderson created FLINK-17316:
--------------------------------------

             Summary: Have HourlyTips solutions use TumblingEventTimeWindows.of
                 Key: FLINK-17316
                 URL: https://issues.apache.org/jira/browse/FLINK-17316
             Project: Flink
          Issue Type: Improvement
          Components: Documentation / Training / Exercises
            Reporter: David Anderson
            Assignee: David Anderson


In an educational context I think it's better to use

    .window(TumblingEventTimeWindows.of(Time.hours(1)))

rather than

    .timeWindow(Time.hours(1))




--
This message was sent by Atlassian Jira
(v8.3.4#803005)