Closed aymkhalil closed 2 years ago
This patch will handle avro logical types coming from an upstream CSC. The following C* types will be handled:
The implementation relies on the ConvertingCodecs from C* (StringTo[BigDecimal|BigInteger|CqlDuration] ConvertingCodecs.
I will follow up with a patch with a flag to disable this conversion from non-CSC users.
In the latest patch:
decodeCDCDataTypes
This patch will handle avro logical types coming from an upstream CSC. The following C* types will be handled:
The implementation relies on the ConvertingCodecs from C* (StringTo[BigDecimal|BigInteger|CqlDuration] ConvertingCodecs.
I will follow up with a patch with a flag to disable this conversion from non-CSC users.