Details
-
Sub-task
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
Description
The following schema cannot be resolved currently:
Schema.newBuilder() .columnByMetadata("rowtime", DataTypes.TIMESTAMP_LTZ(3)) .watermark("rowtime", "SOURCE_WATERMARK()") .build()
It leads to:
The watermark output type TIMESTAMP(3) is different from input time filed type TIMESTAMP_LTZ(3).
Attachments
Issue Links
- links to