I have a column-column in cassandra. When I try to view data from CQL, I get an error even if there is data in the column family.
SELECT * from userstats;
It raises the following error:
'int' object has no attribute 'replace'
I can confirm that the data is in the column family and is working fine, since I can view the data using the Datastax Opscenter data explorer.
source
share