brianmhess / cassandra-loader

Delimited file loader for Cassandra
Apache License 2.0
197 stars 93 forks source link

tombstones with null values #61

Closed ChristopheSchmitz closed 7 years ago

ChristopheSchmitz commented 7 years ago

cassandra-loader generates tombstones when the inserted rows have null values. I know there were a couple of closed issues around this topic, but it doesn't look like it is fixed. I was testing it with version 0.0.23 and cassandra 3.0

ChristopheSchmitz commented 7 years ago

My bad, there is the -nullsUnset does the job. It was not described in the "Option" section of the Readme. It is described in the "Usage Statement" section.