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/08/20 22:06:26 UTC

[jira] [Updated] (CASSANDRA-7806) cqlsh: Fix column name formatting for functions, [applied], udt fields

     [ https://issues.apache.org/jira/browse/CASSANDRA-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tyler Hobbs updated CASSANDRA-7806:
-----------------------------------

    Attachment: 7806-2.1.0.txt

> cqlsh: Fix column name formatting for functions, [applied], udt fields
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-7806
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7806
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Tyler Hobbs
>            Assignee: Tyler Hobbs
>            Priority: Minor
>             Fix For: 2.1.0
>
>         Attachments: 7806-2.1.0.txt
>
>
> cqlsh is using the python driver's default row factory (named_tuple_factory) which can change result column names to make valid python identifiers.  Instead, cqlsh should use ordered_dict_factory so that the original result column names are preserved (and so is the ordering).



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