[
https://issues.apache.org/jira/browse/FLINK-22378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther closed FLINK-22378.
--------------------------------
Fix Version/s: 1.13.1
1.14.0
Resolution: Fixed
Fixed in 1.14.0: fb13a27ab2f5253e441a7e82ea72f628007d4e65
Fixed in 1.13: ebf50c48ccc5e93d58a21e825a8542165a3fc129
> 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
> Assignee: Timo Walther
> Priority: Critical
> Labels: pull-request-available
> Fix For: 1.14.0, 1.13.1
>
>
> The following schema cannot be resolved currently:
> {code}
> Schema.newBuilder()
> .columnByMetadata("rowtime", DataTypes.TIMESTAMP_LTZ(3))
> .watermark("rowtime", "SOURCE_WATERMARK()")
> .build()
> {code}
> It leads to:
> {code}
> The watermark output type TIMESTAMP(3) is different from input time filed
> type TIMESTAMP_LTZ(3).
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)