HamaWhiteGG / flink-sql-lineage

The Lineage Analysis system for FlinkSQL supports advanced syntax such as Watermark, UDTF, CEP, Windowing TVFs, and CTAS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

自定义函数和水位线表无法解析

SinyoWong opened this issue · comments

commented

在执行计划中,
FlinkLogicalTableFunctionScan

LogicalWatermarkAssigner
两种类型的RelNode无法解析获取到源字段

thanks for your question。
此功能已经添加,详见 https://github.com/HamaWhiteGG/flink-sql-lineage/tree/2.0.0

文档在README的第"五、Flink其他高级语法支持"章节。

commented

感谢老师的分享与贡献,该修复已实装 Dinky。
[Optimization-1326][client] Optimize lineage to support watermark and udf