Right now, DataConverter.sinkRecordToQuery(r, configProperties) assumes one-to-one mapping between fields in ValuesSchema of SinkRecord to the columns in the CQL table.
I saw this need when I am trying to use kafka-connect-twitter which uses a particular schema and the Sink table might have a different schema.
@helena Is this a valid use-case?