Return-Path: X-Original-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-crunch-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 A6951D7C2 for ; Fri, 6 Jul 2012 17:57:53 +0000 (UTC) Received: (qmail 53179 invoked by uid 500); 6 Jul 2012 17:57:53 -0000 Delivered-To: apmail-incubator-crunch-dev-archive@incubator.apache.org Received: (qmail 53148 invoked by uid 500); 6 Jul 2012 17:57:53 -0000 Mailing-List: contact crunch-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: crunch-dev@incubator.apache.org Delivered-To: mailing list crunch-dev@incubator.apache.org Received: (qmail 53138 invoked by uid 99); 6 Jul 2012 17:57:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2012 17:57:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gabriel.reid@gmail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pb0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2012 17:57:46 +0000 Received: by pbbrq2 with SMTP id rq2so14318886pbb.6 for ; Fri, 06 Jul 2012 10:57:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=8D/Tv1nduUIMNE1tonYftEAQXM8iVbIZW4/FeDXoat4=; b=eG8YTL8nqEXR0E4AgzQ7Y5g4Y5myzgch2PjgW4nBJYnyX1PVwEMBkw33JvoBBWtqOm tAiZ2nF2ZDSgrbLQicIp75CSCFS7S9M+E6wlZZ6bUGB+gCfrYAqbqnyK6D9k6Rw7VxPJ gugkpXACq8C61qZHpK7Sy67ihXW0ifcg82XkKdUV7LBXtFlAHtFjkboZaUNhizoRBDX7 uMCFpt26T4u58to//J27ro/CHmx6PP9sYgxmkUOZum2tATTDiYJDO2B/3k+WEwRS9kIC +mk0QP+fSOLK99AnD14NTFAeIeDFGfXrUCYXXB3IcaZ0mzvHApquAQEtJtoZgZlnEHjY 4czw== MIME-Version: 1.0 Received: by 10.68.217.3 with SMTP id ou3mr39330860pbc.117.1341597444956; Fri, 06 Jul 2012 10:57:24 -0700 (PDT) Received: by 10.142.81.16 with HTTP; Fri, 6 Jul 2012 10:57:24 -0700 (PDT) In-Reply-To: References: <380C7B38B20146EA92847439983CC60D@gmail.com> <4504B546-8FB9-490F-A846-BA4A040BE2EB@gmail.com> Date: Fri, 6 Jul 2012 19:57:24 +0200 Message-ID: Subject: Re: map side ("replicated") joins in Crunch From: Gabriel Reid To: crunch-dev@incubator.apache.org Cc: "jadler@alum.mit.edu" Content-Type: text/plain; charset=ISO-8859-1 >> By the way, I discovered (confirmed) an issue with the normal join >> implementation, where objects are held on to without using a deep copy. I >> was thinking of fixing that this evening -- are you planning on doing the >> big package rename today? >> > > It's a python script that does most of the renaming work, so I can do it > this weekend. It'll be a pleasant surprise when everyone comes into work on > Monday AM. ;) > Yep, sounds like a nice surprise to come in to on a Monday morning :-) I'll try to get the join fixes in this evening then.