qingwei91 / flink-sql-plan-viz

Visualize flink sql plan
0 stars 0 forks source link

Trace fields through layer #3

Open qingwei91 opened 3 weeks ago

qingwei91 commented 3 weeks ago

Trace fields from source to top level, by showing affected field the same color when hover.

We will need to track fields dependency by parsing the tree

qingwei91 commented 3 weeks ago

Can this be done without concrete details of fields? Right now we treat every attribute value as String, there's no type info in it, is that require or can we get away with it?