This patch adds support for the native Avro logical type that are generated by the an upstream CDC source. Those are namely [date, time-micros, timstamp-millis] as can be found here
The new types will be gated behind the decodeCDCDataTypes that was introduced in this PR. All other CDC logical types are already supported.
This patch adds support for the native Avro logical type that are generated by the an upstream CDC source. Those are namely
[date, time-micros, timstamp-millis]
as can be found hereThe new types will be gated behind the
decodeCDCDataTypes
that was introduced in this PR. All other CDC logical types are already supported.