Details
-
Bug
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
windows 7 64 bit,
-
Normal
Description
I try to insert rows from csv file(approx.600 rows) into cassandra using source command in cql shell.Out of those 600 rows, only 39 rows got imported. cql shell is showing error message like
failed to import 11 rows: ParseError - Invalid row length 44 should be 56, given up without retries.
I checked in csv file, there are 56 columns including filled,empty values in all rows. I don't know why only these 39 rows getting imported.
Thanks!