Re: Update cassandra rows problem
t;keySpace", "myTable", > SomeColumns("a","b","c","date", "d", "e", "f"))* > > this works when i check in cqlsh , but i still get the value null when i > request the same
Update cassandra rows problem
eToCassandra("keySpace", "myTable", SomeColumns("a","b","c","date", "d", "e", "f"))* this works when i check in cqlsh , but i still get the value null when i request the same rows by spark cassandra . Is this a