You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "David Anderson (Jira)" <ji...@apache.org> on 2021/08/23 15:45:00 UTC

[jira] [Created] (FLINK-23926) change TaxiRide data model to have a single timestamp

David Anderson created FLINK-23926:
--------------------------------------

             Summary: change TaxiRide data model to have a single timestamp
                 Key: FLINK-23926
                 URL: https://issues.apache.org/jira/browse/FLINK-23926
             Project: Flink
          Issue Type: Improvement
          Components: Documentation / Training / Exercises
            Reporter: David Anderson
            Assignee: David Anderson


The current TaxiRide events have two timestamps – the startTime and endTime. Which timestamp applies to a given event depends on the value of the isStart field. This is awkward, and unnecessary. It would be better to have a single eventTime field. This will make the exercises better examples, and allow for more straightforward conversion from DataStream to Table.



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