Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8680718B0D for ; Tue, 4 Aug 2015 08:26:06 +0000 (UTC) Received: (qmail 25705 invoked by uid 500); 4 Aug 2015 08:26:06 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 25546 invoked by uid 500); 4 Aug 2015 08:26:06 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 25534 invoked by uid 99); 4 Aug 2015 08:26:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2015 08:26:06 +0000 Date: Tue, 4 Aug 2015 08:26:06 +0000 (UTC) From: "Matthias J. Sax (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLINK-2457) Integrate Tuple0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated FLINK-2457: ----------------------------------- Summary: Integrate Tuple0 (was: Tuple.getTupleClass cannot generate Tuple0) > Integrate Tuple0 > ---------------- > > Key: FLINK-2457 > URL: https://issues.apache.org/jira/browse/FLINK-2457 > Project: Flink > Issue Type: Improvement > Environment: Tuple.getTupleClass(int arity) cannot handle arity zero, ie, cannot create an instance of Tuple0. This can be fixed by either extending getTupleClass(...) or by removing Tuple0 in case it is not a useful class anyway. > Reporter: Matthias J. Sax > Assignee: Matthias J. Sax > Priority: Minor > -- This message was sent by Atlassian JIRA (v6.3.4#6332)