Hi ,
I have cassandra table with one property as nested collection
e.g audit frozen<list<Map<text,text>>>
when I am trying to fire select query from java code , i am getting exception as codec not found.
In java side , I have used the @Frozen annotation. Still I am getting same exception
Can anyone please help me .