Skip to content

Tag: cassandra

cannot insert list of maps to Apache Cassandra

This is my schema insert query generated by java is in this form issue is with ‘=’ sign in the map objects in the list of maps. How can I insert it correctly? in java. Answer map value should be specified as {key1:val1, key2:val2} (see docs), in your case it should be a but really, you shouldn&#82…