Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5B4FA200B88 for ; Wed, 7 Sep 2016 23:16:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 59E71160ABF; Wed, 7 Sep 2016 21:16:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D30B0160AC1 for ; Wed, 7 Sep 2016 23:16:21 +0200 (CEST) Received: (qmail 72367 invoked by uid 500); 7 Sep 2016 21:16:21 -0000 Mailing-List: contact dev-help@arrow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@arrow.apache.org Delivered-To: mailing list dev@arrow.apache.org Received: (qmail 72248 invoked by uid 99); 7 Sep 2016 21:16:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2016 21:16:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BB8582C1B84 for ; Wed, 7 Sep 2016 21:16:20 +0000 (UTC) Date: Wed, 7 Sep 2016 21:16:20 +0000 (UTC) From: "Julien Le Dem (JIRA)" To: dev@arrow.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ARROW-278) [Format] Struct type name consistency in implementations and metadata MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 07 Sep 2016 21:16:22 -0000 [ https://issues.apache.org/jira/browse/ARROW-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem resolved ARROW-278. --------------------------------- Resolution: Fixed Issue resolved by pull request 130 [https://github.com/apache/arrow/pull/130] > [Format] Struct type name consistency in implementations and metadata > --------------------------------------------------------------------- > > Key: ARROW-278 > URL: https://issues.apache.org/jira/browse/ARROW-278 > Project: Apache Arrow > Issue Type: Bug > Components: Format > Reporter: Wes McKinney > Assignee: Wes McKinney > > As discussed in https://github.com/apache/arrow/pull/121 for ARROW-262, the {{Struct}} name is reserved in Flatbuffers, so we temporarily used the `{{Tuple}}` name. We should either use a tweaked name like {{Struct_}} that does not cause conflicts or choose a name for the Struct concept (e.g. {{Tuple}}) and use that consistently in format documents and implementation. > The least disruptive solution is to use the {{Struct_}} name in the Flatbuffers IDL. -- This message was sent by Atlassian JIRA (v6.3.4#6332)