paul cannon created CASSANDRA-4470:
--------------------------------------

             Summary: 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
             Fix For: 1.1.3


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

        

Reply via email to