Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.2 9404fed01 -> a306a1bf3


Fix SortedSet cqlsh formatting (follow-up to CASSANDRA-10513)


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a306a1bf
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a306a1bf
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/a306a1bf

Branch: refs/heads/cassandra-2.2
Commit: a306a1bf32d43af1db17ec1cf592fa8780464ccc
Parents: 9404fed
Author: Paulo Motta <pauloricard...@gmail.com>
Authored: Fri Oct 30 08:21:33 2015 -0700
Committer: Aleksey Yeschenko <alek...@apache.org>
Committed: Wed Nov 4 14:38:42 2015 +0000

----------------------------------------------------------------------
 pylib/cqlshlib/formatting.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/a306a1bf/pylib/cqlshlib/formatting.py
----------------------------------------------------------------------
diff --git a/pylib/cqlshlib/formatting.py b/pylib/cqlshlib/formatting.py
index e95df9f..fe1786a 100644
--- a/pylib/cqlshlib/formatting.py
+++ b/pylib/cqlshlib/formatting.py
@@ -270,6 +270,7 @@ def format_value_set(val, encoding, colormap, 
date_time_format, float_precision,
                                     date_time_format, float_precision, nullval)
 formatter_for('frozenset')(format_value_set)
 formatter_for('sortedset')(format_value_set)
+formatter_for('SortedSet')(format_value_set)
 
 
 @formatter_for('dict')

Reply via email to