Return-Path: X-Original-To: apmail-spark-dev-archive@minotaur.apache.org Delivered-To: apmail-spark-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7F981819A for ; Fri, 24 Jul 2015 11:03:58 +0000 (UTC) Received: (qmail 23482 invoked by uid 500); 24 Jul 2015 11:03:56 -0000 Delivered-To: apmail-spark-dev-archive@spark.apache.org Received: (qmail 23371 invoked by uid 500); 24 Jul 2015 11:03:56 -0000 Mailing-List: contact dev-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@spark.apache.org Received: (qmail 23358 invoked by uid 99); 24 Jul 2015 11:03:55 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2015 11:03:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 522AFD74C9 for ; Fri, 24 Jul 2015 11:03:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.901 X-Spam-Level: ** X-Spam-Status: No, score=2.901 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id K6hOwK744ErP for ; Fri, 24 Jul 2015 11:03:51 +0000 (UTC) Received: from mail-ig0-f169.google.com (mail-ig0-f169.google.com [209.85.213.169]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 27A8243CC9 for ; Fri, 24 Jul 2015 11:03:51 +0000 (UTC) Received: by igbpg9 with SMTP id pg9so13728557igb.0 for ; Fri, 24 Jul 2015 04:03:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=uzxk4KLj81xbBYq6TrgKyTeckJEj9QDpLIyryw9fSuo=; b=Xj0cnQX3FoPFjlqUSVHvXJyWDXlUk53j+yePgDyjb15HgRZatehRluO7ApI/1L6sag 2elfuChfjjMIW68OksjctTdWnU0vdbHvsg05UCcAUdZNgxCt2A8Huo956AoTH9q19/MZ SrbqO5yCNgW6cQ7nmDi4nTkQHIlu800HKDsnK7lmPCSDiyyGvpPKymNiHQFJjC9ZLzTv bDRdMGcvNOTmyhOFKZuCUU+sMnJYBDVp8Rb1yT4rHNoqMnZq9BhyPO2psp9/DelTyp8u r0eJdL7q91MwFK6ebmkfjCfQcNjkOZm6smOCjN7lJKp0uUNnuDXicaNFErST/RpHCjNi fm7Q== MIME-Version: 1.0 X-Received: by 10.107.156.203 with SMTP id f194mr20455140ioe.164.1437735824492; Fri, 24 Jul 2015 04:03:44 -0700 (PDT) Received: by 10.36.122.144 with HTTP; Fri, 24 Jul 2015 04:03:44 -0700 (PDT) Date: Fri, 24 Jul 2015 13:03:44 +0200 Message-ID: Subject: review SPARK-8730 From: Eugen Cepoi To: dev@spark.apache.org Content-Type: multipart/alternative; boundary=001a1140cd00198f10051b9cf5ed --001a1140cd00198f10051b9cf5ed Content-Type: text/plain; charset=UTF-8 Hey, I've opened a PR to fix ser/de issue of primitives classes in the java serializer. I already encountered this problem in different scenarios, so I am bringing it up. Would be great if someone wants to have a look at it! :) https://issues.apache.org/jira/browse/SPARK-8730 https://github.com/apache/spark/pull/7122 Thanks, Eugen --001a1140cd00198f10051b9cf5ed Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hey,

I've open= ed a PR to fix ser/de issue of primitives classes in the java serializer.
I already encountered this problem in different scenarios, so = I am bringing it up.
Thanks,
Eugen
--001a1140cd00198f10051b9cf5ed--