java - Unexpected extraneous bytes after map value -


i have table in cassandra has column of type map (i.e) source_id_map map

i using kundera orm cassandra. during select, below exception

cassandra version : 2.1.8

any ideas, possible cause ?

error while setting fieldsourceidmap value via cql, caused by: . org.apache.cassandra.serializers.marshalexception: unexpected extraneous bytes after map value @ org.apache.cassandra.serializers.mapserializer.deserializefornativeprotocol(mapserializer.java:110) @ com.impetus.client.cassandra.schemamanager.cassandradatatranslator$maptypebuilder.decompose(cassandradatatranslator.java:1177)


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -