Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Normal
Description
In CASSANDRA-1774 we fixed a problem where only the last column was being written. However, it appears that we only write the first one now. This is easy to observe in the word count example:
RowKey: text2 => (column=word1, value=1, timestamp=1291666461685000)
is what the output for text2 looks like, but there should be another column, word2. If the word count is run without CFOF it works correctly.