Update Map type columns in Cassandra with new key value pairs and not completely overwrite the map
问题 Continuing the question at Insert Spark Dataset[(String, Map[String, String])] to Cassandra Table. I have a Spark Dataset of type Dataset[(String, Map[String, String])]. I have to insert the same into a Cassandra table. Here, key in the Dataset[(String, Map[String, String])] will become my primary key of the row in Cassandra. The Map in the Dataset[(String, Map[String, String])] will go in the same row in a column ColumnNameValueMap. My Cassandra table structure is: CREATE TABLE