I would recommend you to file a ticket here
https://issues.apache.org/jira/browse/CASSANDRA
-M
On 1/4/14, 15:20, Joe Stein wrote:
Hi, trying to use a tab delimiter when copying out of c* (2.0.4) and
getting an error
cqlsh:test> CREATE TABLE airplanes (
... name text PRIMARY KEY
Hi, trying to use a tab delimiter when copying out of c* (2.0.4) and
getting an error
cqlsh:test> CREATE TABLE airplanes (
... name text PRIMARY KEY,
... manufacturer ascii,
... year int,
... mach float
... );
cqlsh:bombast> INSERT INT