Re: Using tab in CQL COPY DELIMITER

2014-01-04 Thread Mikhail Stepura
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

Using tab in CQL COPY DELIMITER

2014-01-04 Thread Joe Stein
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