datastax / cdc-apache-cassandra

Datastax CDC for Apache Cassandra
Apache License 2.0
35 stars 21 forks source link

Convert CVS (String) types to CQL java types #114

Closed aymkhalil closed 1 year ago

aymkhalil commented 1 year ago

This patch adds support for converting the exported CVS values to their CQL java types by leveraging ConvertingCodec. It also adds a unit test with PK + Clustering keys containing different types.