generated thrift code

Patch by eevans; reviewed by Rick Shaw for CASSANDRA-3634


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

Branch: refs/heads/trunk
Commit: ce29659ae29f8449023a27b6d80f1034767d302c
Parents: 0456b7e
Author: Eric Evans <eev...@sym-link.com>
Authored: Thu Dec 15 09:21:35 2011 -0600
Committer: Eric Evans <eev...@apache.org>
Committed: Wed Jan 18 08:59:54 2012 -0600

----------------------------------------------------------------------
 interface/cassandra.thrift                         |    2 +-
 .../org/apache/cassandra/thrift/Cassandra.java     | 9070 +++++++--------
 2 files changed, 4496 insertions(+), 4576 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/ce29659a/interface/cassandra.thrift
----------------------------------------------------------------------
diff --git a/interface/cassandra.thrift b/interface/cassandra.thrift
index a35387b..a0298e5 100644
--- a/interface/cassandra.thrift
+++ b/interface/cassandra.thrift
@@ -709,7 +709,7 @@ service Cassandra {
    * Executes a prepared CQL (Cassandra Query Language) statement by passing 
an id token and  a list of variables
    * to bind and returns a CqlResult containing the results.
    */
-  CqlResult execute_prepared_cql_query(1:required i32 itemId, 2:required 
list<string> values)
+  CqlResult execute_prepared_cql_query(1:required i32 itemId, 2:required 
list<binary> values)
     throws (1:InvalidRequestException ire,
             2:UnavailableException ue,
             3:TimedOutException te,

Reply via email to