Getting error Cassandra.InvalidQueryException: 'unconfigured table
Getting this exception while doing select operation, Insert operation works fine from code (Using latest cassandra C# driver and Apache Cassandra 3.11.8.2)
Few observations around same.
1. This is observed for newly created. New tables are created in the same way as that of old tables.
2. Already checked case sensitivity.
3. tried with keyspace.tablename as well
4. preparing simple statement query - Select * from tableName. (Same code base works for old created tables but getting error for new tables.)
5. Query works fine from any editor/database explorer , issue with c# code only.