[ 
https://issues.apache.org/jira/browse/CASSANDRA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410044#comment-13410044
 ] 

paul cannon commented on CASSANDRA-4385:
----------------------------------------

Interesting. Do you see any errors, or does it just not show up?

There are some related issues with DESC that are fixed in CASSANDRA-4380, which 
will probably help too. I've merged the 4380 branch into the 4385 one in my 
github (new tag is pending/4385-2). Give that a try.
                
> bug when trying to describe a cf in a pre cql3 case sensitive keyspace
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-4385
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4385
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Drivers
>    Affects Versions: 1.1.0
>         Environment: Linux, Hotspot JDK6, Cassandra 1.1.0 from tarball 
> unmodified, stock config.
>            Reporter: Al Tobey
>            Assignee: paul cannon
>            Priority: Minor
>              Labels: cqlsh
>             Fix For: 1.1.3
>
>         Attachments: 0001-cqlsh-Fix-error-reporting-for-unknown-CFs.patch
>
>
> I can't describe column families in my schema defined via cassandra-cli. 
> Update also seems to fail for the same CF's.
> CREATE KEYSPACE Hastur
>   with placement_strategy = 'org.apache.cassandra.locator.SimpleStrategy'
>   and strategy_options = {replication_factor:2};
> CREATE COLUMN FAMILY LookupByKey
>   with compaction_strategy = 'LeveledCompactionStrategy'
>   and compression_options = null;
> Then later, https://gist.github.com/3006886

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to