Flink SQL CDC中如何定义watermark和计算列
摘要:
官网示例: -- use the existing TIMESTAMP(3) field in schema as the rowtime attribute CREATE TABLE MyTable ( ts_field TIMESTAMP(3), WATERMARK FOR ts_field A 阅读全文
posted @ 2021-06-25 18:02 RICH-ATONE 阅读(1263) 评论(0) 推荐(1) 编辑