Tag

Physical Plan

0 views collected around this technical thread.

vivo Internet Technology
vivo Internet Technology
Apr 20, 2022 · Big Data

Implementing Field Lineage in Spark SQL: A Technical Deep Dive

The article details how to add field‑lineage tracking to Spark SQL by creating a custom SparkSessionExtension that injects a check‑analysis rule and a parser, which capture INSERT statements, analyze the physical plan, and generate a JSON mapping of source‑to‑target fields for data governance.

Data TransformationField LineageLogical Plan
0 likes · 9 min read
Implementing Field Lineage in Spark SQL: A Technical Deep Dive