Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Many users reported that it is not possible for now to define an event-time field or watermark on a BIGINT column.
Impala supports to convert BIGINT into TIMESTAMP value using TO_TIMESTAMP() function [1]. The BIGINT argument represents the number of seconds past the epoch.
I think it makes sense to support this for Flink's TO_TIMESTAMP(). It is the converse of the UNIX_TIMESTAMP() function, which produces a BIGINT representing the number of seconds past the epoch.
Attachments
Issue Links
- is fixed by
-
FLINK-21622 Introduce function TO_TIMESTAMP_LTZ(numeric [, precision])
- Closed
- is related to
-
FLINK-13561 Verify and correct time function's semantic for Blink planner
- Resolved
- relates to
-
FLINK-20162 Fix time zone problems for some time related functions
- Closed
-
FLINK-21617 FLIP-162: Consistent Flink SQL time function behavior
- Resolved