[
https://issues.apache.org/jira/browse/CASSANDRA-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896106#action_12896106
]
Jon Hermes commented on CASSANDRA-1363:
---------------------------------------
The map<string, map<string,string>> is describe_keyspace(), not
describe_keyspaces().
Do we want to change describe_keyspaces() to just call describe_keyspace() per
KS? (Right now it just returns the list of keyspaces.)
If so, describe_keyspace() returns the KSMetaData, and describe_keyspaces()
returns a Set<KSMetaData>.
> describe_keyspace should expose ColumDefs
> -----------------------------------------
>
> Key: CASSANDRA-1363
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1363
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Affects Versions: 0.7 beta 1
> Environment: Cassandra Trunk
> Reporter: Tyler L. Hobbs
> Assignee: Jon Hermes
> Priority: Minor
> Fix For: 0.7.0
>
>
> describe_keyspaces() should expose ColumnDefs. In particular, the validation
> class is needed to allow for automatic conversion of data types.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.