Please ignore that message, I found my mistake, it was clear in the error message, I forgot to collect the Java stream as List... :) Sorry for the disturbance
Le lun. 19 sept. 2022 à 11:08, Sébastien Rebecchi < sebastien.rebec...@gmail.com> a écrit : > Hello, > > I have a table where I store data in a column of type list<blob> > I get that error when inserting data > > com.datastax.oss.driver.api.core.type.codec.CodecNotFoundException: Codec > not found for requested operation: [List(BLOB, not frozen) <-> > java.util.stream.ReferencePipeline$3] > > Do you know how I can work around this? Is there any way to store binary > data in lists in Cassandra? > > Thank you. > > Sébastien. > >