Class CdcRowDescriptor

java.lang.Object
org.apache.beam.sdk.io.iceberg.cdc.CdcRowDescriptor

@DefaultSchema(AutoValueSchema.class) public abstract class CdcRowDescriptor extends Object
Shuffle key for bidirectional CDC rows.

The primary key isolates rows for update resolution. The snapshot sequence number and commit snapshot id carry commit-sourced metadata through ResolveChanges, where they can be appended to final output rows if requested.