Re: bug report - CQL3 grammar should ignore VARCHAR column length in CREATE statements

2013-03-05 Thread Tristan Tarrant
On Tue, Mar 5, 2013 at 10:20 AM, Sylvain Lebresne wrote: > > This is just one of a few small adjustments that can be made to the > grammar > > to make everyone's life easier while still maintaining the spirit of > NOSQL. > > To be clear, I am *not* necessarily against making CQL3 closer to the > A

Re: [VOTE RESULTS] was: [VOTE] Apache Cassandra 0.8.0-beta1 (take #2)

2011-04-22 Thread Tristan Tarrant
On Fri, Apr 22, 2011 at 22:03, Eric Evans wrote: > > I'll get everything published. > > Does this include pushing the artifacts to the Maven repo ( repository.apache.org or central) ? Tristan

Re: New feature / educational project

2011-02-08 Thread Tristan Tarrant
With Java 6 there is no need to add rhino as there already is the javax.script package Tristan On Feb 8, 2011 9:56 PM, "Morten Wegelbye Nissen" wrote: > Hello mighty developers of Cassandra, > > I have been thinking of creating a feature like stored procedures for > Cassandra. > Concept is actuall

Re: CQL status

2011-01-11 Thread Tristan Tarrant
what we need now is a jdbc driver... On Jan 12, 2011 3:00 AM, "Courtney Robinson" wrote: > ?On Tue, Jan 11, 2011 at 7:27 PM, Courtney Robinson > wrote: >> ?Having been pointed to >> https://issues.apache.org/jira/browse/CASSANDRA-1704 >> I wanted to know what the state of that was. >> Eric Evans

Re: Any chance of getting cassandra releases published to repo1.maven.org?

2010-12-13 Thread Tristan Tarrant
Stephen, I plaud your effort. Regarding the artifacts produced by the Cassandra build, I opened a Jira[1] this morning for separating Cassandra's classes into three jars. I proposed this a while ago here on the mailing list and got no objections. So if my patch is accepted, I would very much apprec

Re: Cassandra Connection Pool

2010-10-26 Thread Tristan Tarrant
On Tue, Oct 26, 2010 at 16:36, Eric Evans wrote: > > Sure, can you submit a ticket an attach the patch there? > > https://issues.apache.org/jira/browse/CASSANDRA Hi Eric, I have a couple of questions: - should the org.apache.cassandra.thrift classes still be included in the main jar ? Maybe j

Cassandra Connection Pool

2010-10-26 Thread Tristan Tarrant
Dear all, first of all let me introduce myself (or rather what I do). I am the developer of the Infinispan Cassandra CacheStore ( http://community.jboss.org/wiki/CassandraCacheStore) which allows persistence of Infinispan's cache to Cassandra's keyspaces. While developing the cachestore I needed a