Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
Normal
Description
When trying to do a COPY FROM command in cqlsh without an explicit list of column names, an error results:
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()
Broken by the fix for CASSANDRA-4434.