rick020 opened a new pull request, #16772:
URL: https://github.com/apache/iceberg/pull/16772

   The `DebeziumTransform` SMT only kept the top-level `ts_ms` (the time the 
connector processed the event) as `_cdc.ts`, dropping the source database 
commit timestamp (`source.ts_ms`), which is often the more useful value for 
tracking creation/update times. This adds it as a new required `_cdc.source_ts` 
field so both timestamps are kept, mirroring how `_cdc.ts` is handled in both 
the schema and schemaless paths. Tests now assert both timestamps against fixed 
values, and the Kafka Connect docs are updated to describe the new field.
   
   Resolves the request in 
https://github.com/databricks/iceberg-kafka-connect/issues/189 (filed against 
the predecessor repo before the connector was donated to Apache Iceberg).
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to