I have the following Table
CREATE TABLE test.test ( id int, change_log list<text>, PRIMARY KEY (id) ) ;
Value : {"changeLog":["text"],"id":1234}
When I want to run update query by Kafka connector
topic.Test.test.test.query=UPDATE test.test SET change_log = change_log + :changeLog WHERE id = :id ;
I get the following issue
ERROR Problem when getting queryFuture. This is likely a bug in the connector, please report. (com.datastax.kafkaconnector.DseSinkTask:153) java.util.concurrent.ExecutionException: com.datastax.oss.driver.api.core.servererrors.ServerError: java.lang.ClassCastException: org.apache.cassandra.cql3.Constants$Value cannot be cast to org.apache.cassandra.cql3.Lists$Value