You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by st...@apache.org on 2016/08/05 07:45:36 UTC

cassandra git commit: Ninja: added blank line following recent commit for CASSANDRA-10707 that broke TestCqlsh.test_pep8_compliance

Repository: cassandra
Updated Branches:
  refs/heads/trunk b5dfa3096 -> 78e918024


Ninja: added blank line following recent commit for CASSANDRA-10707 that broke TestCqlsh.test_pep8_compliance


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

Branch: refs/heads/trunk
Commit: 78e9180243731098fe269abcf0549c49277143f5
Parents: b5dfa30
Author: Stefania Alborghetti <st...@datastax.com>
Authored: Fri Aug 5 15:43:43 2016 +0800
Committer: Stefania Alborghetti <st...@datastax.com>
Committed: Fri Aug 5 15:43:43 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/78e91802/pylib/cqlshlib/cql3handling.py
----------------------------------------------------------------------
diff --git a/pylib/cqlshlib/cql3handling.py b/pylib/cqlshlib/cql3handling.py
index f9bf028..f388f4c 100644
--- a/pylib/cqlshlib/cql3handling.py
+++ b/pylib/cqlshlib/cql3handling.py
@@ -793,6 +793,7 @@ def select_order_column_completer(ctxt, cass):
         return [maybe_escape_name(order_by_candidates[len(prev_order_cols)])]
     return [Hint('No more orderable columns here.')]
 
+
 @completer_for('groupByClause', 'groupcol')
 def select_group_column_completer(ctxt, cass):
     prev_group_cols = ctxt.get_binding('groupcol', ())