Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
1.4.0, 1.5.0
Description
Currently, the ExistingField rowtime extractor only supports Long and Timestamp fields. To enable other data types (e.g., String), we can provide some system extraction functions and allow users to pass some parameters via the constructor of ExistingField. There's a simple demo which enables the String type rowtime by adding a UDF str2EventTime.
Attachments
Issue Links
- relates to
-
FLINK-8353 Add support for timezones
- Closed
- links to