You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2015/11/04 15:39:57 UTC

[1/3] cassandra git commit: Fix SortedSet cqlsh formatting (follow-up to CASSANDRA-10513)

Repository: cassandra
Updated Branches:
  refs/heads/trunk 85c52bb74 -> fda0754c1


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/trunk
Commit: a306a1bf32d43af1db17ec1cf592fa8780464ccc
Parents: 9404fed
Author: Paulo Motta <pa...@gmail.com>
Authored: Fri Oct 30 08:21:33 2015 -0700
Committer: Aleksey Yeschenko <al...@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')


[2/3] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

Posted by al...@apache.org.
Merge branch 'cassandra-2.2' into cassandra-3.0


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

Branch: refs/heads/trunk
Commit: b761b8659b330e7a5bec925420e1f71025b8ab46
Parents: 1d340be a306a1b
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Wed Nov 4 14:39:37 2015 +0000
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Wed Nov 4 14:39:37 2015 +0000

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



[3/3] cassandra git commit: Merge branch 'cassandra-3.0' into trunk

Posted by al...@apache.org.
Merge branch 'cassandra-3.0' into trunk


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

Branch: refs/heads/trunk
Commit: fda0754c1e47a492820d63048296b2299c17ccdc
Parents: 85c52bb b761b86
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Wed Nov 4 14:39:55 2015 +0000
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Wed Nov 4 14:39:55 2015 +0000

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