This issue is regarding the object mapper of the Datastax Cassandra python driver. When trying to create a Model with a "Set" of UDT as a field, I get the error: TypeError: unhashable type: '[UdtClassName]'
However, I am able to create a Model with a Set of a basic type (e.g. Text) or a Model with a List of UDT.
Note that this is issue seem to exist only with the object mapper since I am able to create sets of UDTs in Cassandra using CQL queries.
Anyone has encountered this problem before? Anyone has an advice?
I am running cassandra python driver 3.2.2, with python 3.4.4