Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Low
Description
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).