Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-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 B901F11240 for ; Wed, 30 Jul 2014 23:07:23 +0000 (UTC) Received: (qmail 39797 invoked by uid 500); 30 Jul 2014 23:07:22 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 39758 invoked by uid 500); 30 Jul 2014 23:07:22 -0000 Mailing-List: contact dev-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list dev@flink.incubator.apache.org Received: (qmail 39567 invoked by uid 99); 30 Jul 2014 23:07:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2014 23:07:21 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ewenstephan@gmail.com designates 209.85.223.177 as permitted sender) Received: from [209.85.223.177] (HELO mail-ie0-f177.google.com) (209.85.223.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2014 23:07:16 +0000 Received: by mail-ie0-f177.google.com with SMTP id at20so2525900iec.22 for ; Wed, 30 Jul 2014 16:06:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=VXcAkJMa6wUyHIcgMuERzYrRtp7joOGQV5Si9pgd7wU=; b=ElgLrCsP5Ijg4QVqFlzsYoIvls7SQspcgZinpMd7pnz5Ayi3lWTUjIa5ZuutX2Wmvg VYi78I8TUZtd/mfA8ff9bUssuCAJTKOTf51ej6Vm4iSI4zWaIavE4J//rnmvjGE2hhsq N89jJVf3DnbIpXDUX6/Ovh1CgytBC9rxl85non03GhIbIafgAArHti3hWz1ZFpaVWQe1 SFk4Ym1MgL9cPMfgQNvapCIA+3wMlNEaqiEsXVS0LYfKIeKRaDcCjbz3AUXbSM1l6a2E DNcnVe/f2Fsg+0Jpz9DKMrelqeDWItoSLM9j8SazY34Nf/EZJ80kyNFA+MsnEJvJ12Q+ ZEoA== MIME-Version: 1.0 X-Received: by 10.43.159.67 with SMTP id lx3mr9713571icc.58.1406761615496; Wed, 30 Jul 2014 16:06:55 -0700 (PDT) Sender: ewenstephan@gmail.com Received: by 10.64.111.6 with HTTP; Wed, 30 Jul 2014 16:06:55 -0700 (PDT) In-Reply-To: <325ED8C5-6B2D-4266-A5CF-CF3AB4A9BEB1@fu-berlin.de> References: <53D96049.1060509@cse.uta.edu> <9CD0556A-D169-40EC-9C72-85B8D7B278DE@fu-berlin.de> <53D9662A.3070001@cse.uta.edu> <325ED8C5-6B2D-4266-A5CF-CF3AB4A9BEB1@fu-berlin.de> Date: Thu, 31 Jul 2014 01:06:55 +0200 X-Google-Sender-Auth: MSezuuwYlxHrL_Fk8BYSacTk6Ew Message-ID: Subject: Re: Problem with groupBy over custom types From: Stephan Ewen To: dev@flink.incubator.apache.org Cc: fegaras@cse.uta.edu Content-Type: multipart/alternative; boundary=001a11c2842e601ccf04ff7136d2 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2842e601ccf04ff7136d2 Content-Type: text/plain; charset=UTF-8 Before the POJO code, the "GenericType" was the catch-all type. In that sense, it is correct that FData is generic. Might be that the POJO additions conflict with the GenericType on the lowest level. I am also looking into this. --001a11c2842e601ccf04ff7136d2--