Q25
Single choice
A data engineer is using the AUTO CDC API in Lakeflow Spark Declarative Pipeline to propagate deletions from a source table (orders_source) to a target table (orders_target). The source has Change Data Feed (CDF) enabled, but some delete events arrive out of order due to upstream delays.
How does the AUTO CDC API internally ensure deletions are applied correctly despite out-of-order events?