Hi all, If I want to have a collection of values for a column (e.g. List<String>) do I need to write some kind of CollectionWritable and serialize and deserialize to bytes myself or am I missing something obvious? Would I also need to write ColumnValueFilters to do scans of rows with a collection containing a value?
This is my first attempt at a many2one in a singe row. Many thanks, Tim
