You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tyler Hobbs (JIRA)" <ji...@apache.org> on 2014/07/31 19:17:39 UTC

[jira] [Created] (CASSANDRA-7659) cqlsh: DESCRIBE KEYSPACE should order types according to cross-type dependencies

Tyler Hobbs created CASSANDRA-7659:
--------------------------------------

             Summary: cqlsh: DESCRIBE KEYSPACE should order types according to cross-type dependencies
                 Key: CASSANDRA-7659
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7659
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
            Reporter: Tyler Hobbs
            Assignee: Tyler Hobbs
            Priority: Minor
             Fix For: 2.1.1


Since UDTs may use other UDTs for fields, DESCRIBE KEYSPACE should list types in an order that handles the dependencies.  This was recently done in the python driver here: https://github.com/datastax/python-driver/pull/165.  We can either update to the latest python driver, or copy that code for cqlsh.



--
This message was sent by Atlassian JIRA
(v6.2#6252)