Timo Walther created FLINK-22378:
------------------------------------
Summary: Type mismatch when declaring SOURCE_WATERMARK on TIMESTAMP_LTZ column
Key: FLINK-22378
URL:
https://issues.apache.org/jira/browse/FLINK-22378 Project: Flink
Issue Type: Sub-task
Components: Table SQL / API
Reporter: Timo Walther
The following schema cannot be resolved currently:
{code}
Schema.newBuilder()
.columnByMetadata("rowtime", DataTypes.TIMESTAMP_LTZ(3))
.watermark("rowtime", "SOURCE_WATERMARK()")
.build()
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)