Tyler Hobbs created CASSANDRA-7806:
--------------------------------------
Summary: 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
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)