[ 
https://issues.apache.org/jira/browse/CASSANDRA-6172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mikhail Stepura updated CASSANDRA-6172:
---------------------------------------

    Attachment: CASSANDRA-2.0-6172.patch

Patch: keep single quotes in a text value

> COPY TO command doesn't escape single quote in collections
> ----------------------------------------------------------
>
>                 Key: CASSANDRA-6172
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6172
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>         Environment: Cassandra 2.0.1, Linux
>            Reporter: Ivan Mykhailov
>            Assignee: Mikhail Stepura
>            Priority: Minor
>             Fix For: 2.0.4
>
>         Attachments: CASSANDRA-2.0-6172.patch
>
>
> {code}
> CREATE TABLE test (key text PRIMARY KEY , testcollection set<text>) ;
> INSERT INTO test (key, testcollection ) VALUES ( 'test', {'foo''bar'});
> COPY test TO '/tmp/test.csv';
> COPY test FROM '/tmp/test.csv';
> Bad Request: line 1:73 mismatched character '<EOF>' expecting '''
> Aborting import at record #0 (line 1). Previously-inserted values still 
> present.
> {code}
> Content of generated '/tmp/test.csv':
> {code}
> test,{'foo'bar'}
> {code}
> Unfortunately, I didn't find workaround with any combination of COPY options 



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to