cassandra - Codec not found for requested operation -
i using cassandra-driver-core-3.0.0-1 .
in table having column frozen<list<udt type>>
.
now while perform select operation, (row.getlist("udttype",nov.class),)
i getting below exception .
codec not found requested operation: [frozen<keyspace.udt_type> <-> com.abc.nov]
please let me know, if missing something.
i using datastax.driver
i know there bug in 3.0.0 version had use workaround in order register codecs udt. did implement codec udt @ all?
try upgrade 3.1.0 if implemented codec. if not implement 1 following the guide.
Comments
Post a Comment