You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Steven Lowenthal (JIRA)" <ji...@apache.org> on 2015/05/29 00:38:18 UTC

[jira] [Commented] (CASSANDRA-9083) cqlsh COPY functionality doesn't work together with SOURCE or with cqlsh -f

    [ https://issues.apache.org/jira/browse/CASSANDRA-9083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563810#comment-14563810 ] 

Steven Lowenthal commented on CASSANDRA-9083:
---------------------------------------------

This is more serious than it looks as it causes everyone's existing scripts to fail.  Let's make it major.

> cqlsh COPY functionality doesn't work together with SOURCE or with cqlsh -f
> ---------------------------------------------------------------------------
>
>                 Key: CASSANDRA-9083
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9083
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>         Environment: 2.1.3
>            Reporter: Joseph Chu
>            Assignee: Tyler Hobbs
>            Priority: Minor
>              Labels: cqlsh
>             Fix For: 2.1.x
>
>
> Executing a COPY command from an external file using the cqlsh -f or the SOURCE command results in the error:
> filename.cql:7:descriptor 'lower' requires a 'str' object but received a 'unicode'
> Looks like there was a change in the cqlsh code from 2.1.2 to 2.1.3 which makes use of codecs.open() instead of open(), which returns a unicode object. 
> The offending line of code that returns the error seems to be in cqlsh, line 1415:
> copyoptnames = map(str.lower, parsed.get_binding('optnames', ()))



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