You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "paul cannon (JIRA)" <ji...@apache.org> on 2012/07/28 22:35:34 UTC

[jira] [Updated] (CASSANDRA-4470) cqlsh COPY FROM without explicit column names is broken

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

paul cannon updated CASSANDRA-4470:
-----------------------------------

    Attachment: 4470.txt

Fixed in attached patch, and in my github, in the 4470 branch. Current version tagged pending/4470:

https://github.com/thepaul/cassandra/tree/4470
                
> cqlsh COPY FROM without explicit column names is broken
> -------------------------------------------------------
>
>                 Key: CASSANDRA-4470
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4470
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.1.2
>            Reporter: paul cannon
>            Assignee: paul cannon
>              Labels: cqlsh
>             Fix For: 1.1.3
>
>         Attachments: 4470.txt
>
>
> When trying to do a COPY FROM command in cqlsh without an explicit list of column names, an error results:
> {noformat}
> cqlsh:a> copy blah from stdin;
> [Use \. on a line by itself to end input]
> [copy] a,b,c
> object of type 'NoneType' has no len()
> {noformat}
> Broken by the fix for CASSANDRA-4434.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira