InvalidRequestException(why:empid cannot be restricted by more than one relation if it includes an Equal)
问题 This is regarding an issue I am facing while querying Cassandra from Apache Spark. The normal query from Spark works fine without any issues , however when I query with a condition which is the key I get the below error. Initially I tried querying for a composite key column family and it was also giving the same issue as below. "Caused by: InvalidRequestException(why:empid cannot be restricted by more than one relation if it includes an Equal)" Column Family: CREATE TABLE emp ( empID int,