You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2015/07/17 19:03:05 UTC

[4/4] cassandra git commit: Fix cqlsh copy methods and timestamp format issues on windows

Fix cqlsh copy methods and timestamp format issues on windows

patch by tjake; reviewed by Josh McKenzie for CASSANDRA-9795


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

Branch: refs/heads/cassandra-2.2
Commit: 9dc8c2198045442ef011f19c6736fdb09862c439
Parents: f60e4ad
Author: T Jake Luciani <ja...@apache.org>
Authored: Mon Jul 13 09:41:18 2015 -0400
Committer: T Jake Luciani <ja...@apache.org>
Committed: Fri Jul 17 13:00:38 2015 -0400

----------------------------------------------------------------------
 CHANGES.txt                                     |    1 +
 bin/cqlsh                                       | 2632 +----------------
 bin/cqlsh.bat                                   |    2 +-
 bin/cqlsh.py                                    | 2668 ++++++++++++++++++
 pylib/cqlshlib/formatting.py                    |    4 +
 .../serializers/TimestampSerializer.java        |   24 +-
 6 files changed, 2698 insertions(+), 2633 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/9dc8c219/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 47d1db5..616a387 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.2.0-rc3
+ * Fix cqlsh copy methods and other windows specific issues (CASSANDRA-9795) 
  * Don't wrap byte arrays in SequentialWriter (CASSANDRA-9797)
  * sum() and avg() functions missing for smallint and tinyint types (CASSANDRA-9671)
  * Revert CASSANDRA-9542 (allow native functions in UDA) (CASSANDRA-9771)