2 Replies Latest reply on May 24, 2019 1:41 AM by mtawk

    Cassandra table names case sensitivity

    mtawk

      we are querying Cassandra through Teiid and we are having the following error when the table name contains upper case characters.

      com.datastax.driver.core.exceptions.InvalidQueryException: unconfigured table cassandratable

       

      After debugging in CassandraQueryExecution, we find out that Teiid is not putting the table name between double quotes in the CQL executed over Cassandra.