I'm using Cassandra v. 3.2.1 and created a materialized view. Also I have a Spark program where I would like to query the view but receiving following exception:
java.io.IOException: Couldn't find MyNamespace.MyView or any similarly named keyspace and table pairs
Does the connector has support for materialized views?