Fabian Paul created FLINK-24608:
-----------------------------------
Summary: Sinks built with the unified sink framework do not
receive timestamps when used in Table API
Key: FLINK-24608
URL: https://issues.apache.org/jira/browse/FLINK-24608
Project: Flink
Issue Type: Bug
Components: Connectors / Common, Table SQL / Planner
Affects Versions: 1.13.3, 1.14.0, 1.15.0
Reporter: Fabian Paul
All sinks built with the unified sink framework extract the timestamp from the
internal {{StreamRecord}}. The Table API does not facilitate the timestamp
field in the {{StreamRecord}} but extracts the timestamp from the actual data.
We either have to use a dedicated operator before all the sinks to simulate the
behavior or allow a customizable timestamp extraction during the sink
translation.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)