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

Robert Stupp updated CASSANDRA-11631:
-------------------------------------
    Fix Version/s: 3.x
           Status: Patch Available  (was: Open)

[branch|https://github.com/apache/cassandra/compare/trunk...snazy:11631-copy-from-None-trunk]
[dtest|http://cassci.datastax.com/view/Dev/view/snazy/job/snazy-11631-copy-from-None-trunk-dtest/lastBuild/]


> cqlsh COPY FROM fails for null values with non-prepared statements
> ------------------------------------------------------------------
>
>                 Key: CASSANDRA-11631
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11631
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Robert Stupp
>            Assignee: Robert Stupp
>            Priority: Minor
>             Fix For: 3.x
>
>
> cqlsh's {{COPY FROM ... WITH PREPAREDSTATEMENTS = False}} fails if the row 
> contains null values. Reason is that the {{','.join(r)}} in 
> {{make_non_prepared_batch_statement}} doesn't seem to handle {{None}}, which 
> results in this error message.
> {code}
> Failed to import 1 rows: TypeError - sequence item 2: expected string, 
> NoneType found,  given up without retries
> {code}
> Attached patch should fix the problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to