Anish Mahto created SPARK-59695:
-----------------------------------
Summary: SCD1 Ignore-null support; Introduce version map in
`cdc_metadata`
Key: SPARK-59695
URL: https://issues.apache.org/jira/browse/SPARK-59695
Project: Spark
Issue Type: Sub-task
Components: Declarative Pipelines
Affects Versions: 4.4.0
Reporter: Anish Mahto
In order to support ignore-null in SCD1, we need to persist additional metadata
per key that tells us the last event that authored each key, if any so far.
This is effectively per-leaf level versioning, rather than the typical
row/key-level versioning that SCD1 uses when ignore-null is off (the default
case). The latter relies on the single upsert/delete version per row, also in
the CDC metadata column.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]