I want to retrieve a row from Cassandra using column family and row key. However when I using SliceQuery, there is an exception:Caused by: me.prettyprint.hector.api.exceptions.HectorException: Neither column names nor range were set, this is an invalid slice predicate.
Does anyone know whether I have used a wrong Query implementation?