Verrol Adams created CRUNCH-578:
-----------------------------------
Summary: Extend Scala Serialization to Support Mutable Variants
of List and Set
Key: CRUNCH-578
URL: https://issues.apache.org/jira/browse/CRUNCH-578
Project: Crunch
Issue Type: Improvement
Components: Scrunch
Reporter: Verrol Adams
Priority: Minor
Currently Scrunch supports immutable versions of List and Set which can be used
as field in a case class or even as a stand-alone item in a tuple, etc.
Can the same be provided for the mutable variants:
* mutable.ListBuffer
* mutable.Set
* Map and mutable.Map
This will be a greatly simplify the code in applications where you would
otherwise have to convert back and forth.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)