mirror of https://github.com/apache/cassandra
cqlsh: fix formatting of map keys and values
Patch by Tyler Hobbs; reviewed by Philip Thompson for CASSANDRA-9114
This commit is contained in:
parent
e4072cf09f
commit
f7162293d2
|
|
@ -264,6 +264,7 @@ def format_value_map(val, encoding, colormap, date_time_format, float_precision,
|
|||
return FormattedValue(bval, coloredval, displaywidth)
|
||||
formatter_for('OrderedDict')(format_value_map)
|
||||
formatter_for('OrderedMap')(format_value_map)
|
||||
formatter_for('OrderedMapSerializedKey')(format_value_map)
|
||||
|
||||
|
||||
def format_value_utype(val, encoding, colormap, date_time_format, float_precision, nullval, **_):
|
||||
|
|
|
|||
Loading…
Reference in New Issue