Calling textAsBlob on an ascii field results in com.datastax.oss.driver.api.core.type.codec.CodecNotFoundException: Codec not found for requested operation: [BLOB <-> java.lang.String] #308
Labels
enhancement
New feature or request
When migrating, we have a column 'node_id' that is held in an ascii field, but we need to compress those and store in a blob field, however CDM isn't able to convert the ascii field to a blob on the fly, and we get:
com.datastax.oss.driver.api.core.type.codec.CodecNotFoundException: Codec not found for requested operation: [BLOB <-> java.lang.String]
The source schema with node_id as an ascii field is this:
The target schema where node_id is a blob is simply:
The text was updated successfully, but these errors were encountered: