Thanks Ajay for your reply, My problem is not with the cqlsh interface, but with the java Datastax driver. It seems that for cqlsh, one needs to simply quote names that contain upper cases. With the driver, I experience inconsistent handling of upper case. Either I am doing something wrong, or there's some minor bug.
On Wed, Jan 7, 2015 at 6:29 PM, Ajay <ajay.ga...@gmail.com> wrote: > 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. >> > >