When using a "solr_query = clause" we need to remove all other predicates to be pushed down.
When using a "solr_query = clause" we need to remove all other predicates to be pushed down.
Example : SparkSQL : "SELECT * FROM ks.tab WHERE solr_query = data:pikachu and pkey = bob"
In this example only the predicate solr_query can be handled in CQL. Passing pkey as well will cause an exception.