Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Normal
Description
RecordWriter<K, V> is supposed to write values V that can be uniquely identified by keys K.
Currently CqlRW requires the user to give it all the bind variables for a complete statement in V, and effectively ignores K.