Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 747E3189F1 for ; Mon, 16 Nov 2015 23:00:13 +0000 (UTC) Received: (qmail 60013 invoked by uid 500); 16 Nov 2015 23:00:12 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 59436 invoked by uid 500); 16 Nov 2015 23:00:12 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 58595 invoked by uid 500); 16 Nov 2015 23:00:12 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 58584 invoked by uid 99); 16 Nov 2015 23:00:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2015 23:00:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1AF802C1F6A for ; Mon, 16 Nov 2015 23:00:12 +0000 (UTC) Date: Mon, 16 Nov 2015 23:00:12 +0000 (UTC) From: "Verrol Adams (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CRUNCH-578) Extend Scala Serialization to Support Mutable Variants of List and Set MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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)