Fwd:

2013-01-17 Thread Rick Shaw
http://www.cossardavinci.com/ffryd3.php

Re: Client side issues with implementing new Collections support in 1.2

2012-08-06 Thread Rick Shaw
If the data type comes across in the "generic" part of the type name in the metadata, that should be enough for the client side to do its job. (i.e. ListType or MapType ) I'm happy to change the way to access the compose/decompose fucnctions and handle the JDBC specific stuff based on Type name an

Client side issues with implementing new Collections support in 1.2

2012-08-04 Thread Rick Shaw
I am in the process of implementing collections support in the JDBC Driver and have run in to a few issues. Specifically: 1. There does not seem to be a notion of a reflexive o.a.c.cql.jdbc.* class for the new collection classes in o.a.c.db.marshall. Is that intentional or was that to be "left

Re: [VOTE] Release Mojo's Cassandra Maven Plugin 1.0.0-1

2012-05-03 Thread Rick Shaw
+1 Great plugin. Integral part of Cassandra-JDBC testing. On May 2, 2012, at 7:15 AM, Stephen Connolly wrote: > Hi, > > I'd like to release version 1.1.0-1 of Mojo's Cassandra Maven Plugin > to sync up with the 1.1.0 release of Apache Cassandra. > > We solved 2 issues: > http://jira.codehaus.

Re: CQL support for compound columns

2011-12-30 Thread Rick Shaw
+1 on Gamma +1 on haveing capability to specify a value. My only reservation is the choice of the keword "TABLE", which is going to be a source of continued confusion. On Fri, Dec 30, 2011 at 11:58 AM, Jonathan Ellis wrote: > I think we're closing in on something workable. > > Dropping TRANSPO

Re: How is Cassandra being used?

2011-11-15 Thread Rick Shaw
dding a parochial perspective. r. On Nov 15, 2011, at 11:09 PM, Jonathan Ellis wrote: > On Tue, Nov 15, 2011 at 10:02 PM, Rick Shaw wrote: >> Speaking from the perspective of a large corporation with many and varied >> privacy and IP protection requirements it will be totall

Re: How is Cassandra being used?

2011-11-15 Thread Rick Shaw
Speaking from the perspective of a large corporation with many and varied privacy and IP protection requirements it will be totally impossible to send ANY kind of data into the public network from a production Data Center. I expect most companies with similar concerns would want to be ASSURED t

Re: Proposal: Moving CQL drivers

2011-09-09 Thread Rick Shaw
I worry that if the issue management is moved from the main JIRA for C* sponsored drivers there will be synergy and awareness lost between client and server. Did the Hector and Pelops folks see it as a good thing to have their own? As a small convenience to the Maven inclined among us, perhaps it

Re: CQL Drivers

2011-09-03 Thread Rick Shaw
For what it is worth, my preference would be to have unit tests that would form a regression testing package in the tree with the client sources. Ideally the build package (whether dedicated or mixed in with the server) would have specific tasks to build, test and install/deploy devoted to the i

Re: CqlResult in CassandraConnection

2011-08-29 Thread Rick Shaw
te? > > As we have got 1 super class and sub class in place for ( > AbstractCassandraConnection,AbstractResultSet and AbstractStatement). So > thought to ask for if any other implementation is on roadmap? > > > Vivek > > > > _____

Re: CqlResult in CassandraConnection

2011-08-28 Thread Rick Shaw
class. 1 more thin, any specific reason for creating class > level hierarchy? > -2876 > Plans for any other implementation/s of CassandraConnection, ResultSet and > Statement sub class? > > Vovel > > > > ____ > From: Rick Shaw &g

Re: CqlResult in CassandraConnection

2011-08-28 Thread Rick Shaw
The class itself is not public, so it is generally protected from misuse, but it is a good recommendation to remove the public modifier on those non-interface imethods as well. I'll see to it. On Aug 28, 2011, at 11:35 AM, Eric Evans wrote: > On Sun, Aug 28, 2011 at 3:47 AM, Vivek Mishra wrote

Re: Reoganizing drivers

2011-07-09 Thread Rick Shaw
On Jul 7, 2011, at 10:53 AM, Eric Evans wrote: > On Wed, 2011-07-06 at 13:33 -0500, Jonathan Ellis wrote: >> - the git mirror won't pick up anything under drivers/ > > Has there been any effort made to have INFRA add it? > It was separated out to make it look/act like an independent project. Can