[
https://issues.apache.org/jira/browse/CASSANDRA-5879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13736714#comment-13736714
]
Richard Low commented on CASSANDRA-5879:
----------------------------------------
Repro steps:
1. In cassandra-cli:
[default@unknown] create keyspace UPPER_KS;
a545e803-5a58-304f-98c1-eab5404dda31
[default@unknown] use UPPER_KS;
Authenticated to keyspace: UPPER_KS
[default@UPPER_KS] create column family UPPER_CF;
40dff9cd-5524-333d-8c86-742e53f19859
[default@UPPER_KS] create column family LOWER_CF;
be8f7b35-2364-35e5-aa80-30fe569f5e3e
2. In cqlsh:
cqlsh> use UPPER_KS;
Bad Request: Keyspace 'upper_ks' does not exist
cqlsh> describe keyspaces;
system UPPER_KS system_auth system_traces
3. start cqlsh with 'cqlsh -k UPPER_KS' and it finds the keyspace but not
UPPER_CF:
cqlsh:UPPER_KS> select * from UPPER_CF;
Bad Request: unconfigured columnfamily upper_cf
cqlsh:UPPER_KS> select * from lower_cf;
Bad Request: unconfigured columnfamily lower_cf
> cqlsh shouldn't lower case keyspace or column family names
> ----------------------------------------------------------
>
> Key: CASSANDRA-5879
> URL: https://issues.apache.org/jira/browse/CASSANDRA-5879
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Reporter: Richard Low
> Priority: Minor
>
> Keyspace and column family names appear to be case sensitive. But cqlsh
> converts them to lower case.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira