You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to read the SET using cql java driver. We are getting this exception:
datastax.driver.core.exceptions.InvalidTypeException: Value paths is of type set
Dear Engineers,
We are trying to read the SET using cql java driver. We are getting this exception:
datastax.driver.core.exceptions.InvalidTypeException: Value paths is of type set
Code here:
The datastax row has a method to access the SET values, but there is no way from the CqlColumnImpl i could access it.
Here is the datastax row method:
Instead the column.getValue(serializer) hits this method in the datastax driver:
that throws this exception - datastax.driver.core.exceptions.InvalidTypeException: Value paths is of type set
Any idea when this would be supported?
Is there anything we are doing wrong? Please let me know.
We wanted to move away from ThriftFamilyFactory and use the CqlFamilyFactory.
Thanks,
Chandran.
The text was updated successfully, but these errors were encountered: