We noticed the same issue. From the cassandra-cli, it allows to use upper case or mixed case Keyspace name but from cqlsh it auto converts to lower case.
Thanks Ajay On Wed, Jan 7, 2015 at 9:44 PM, Harel Gliksman <harelg...@gmail.com> wrote: > Hi, > > We have a Cassandra cluster with Keyspaces that were created using the > thrift api and thei names contain upper case letters. > We are trying to use the new Datastax driver (version 2.1.4, maven's > latest ) but encountering some problems due to upper case handling. > > Datastax provide this guidance on how to handle lower-upper cases: > > http://www.datastax.com/documentation/cql/3.0/cql/cql_reference/ucase-lcase_r.html > > However, there seems to be something confusing in the API. > > Attached a small java code that reproduces the problem. > > Many thanks, > Harel. >