Partition level lineage tracking
未关闭
feature
- 主要语言
- Scala
- 星标
- 667
- 派生
- 155
- 平均合并
- 3 天 6 小时
- 30 天内合并 PR
- 4
描述
When appending data to an existing data source Spark creates a new partition. Even though appended partitions should have the same schema the way how the data was computed (the lineage) could be different for every partition. Tracking lineage information at a partition level is useful for cases when partitions are subsequently read separately. So the derived lineage could be tracked more precisely by avoiding tracking the lineage of the partitions that were not actually used for subsequent computation.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。