Return-Path: Delivered-To: apmail-hadoop-avro-dev-archive@minotaur.apache.org Received: (qmail 53258 invoked from network); 24 Apr 2009 20:50:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Apr 2009 20:50:53 -0000 Received: (qmail 82761 invoked by uid 500); 24 Apr 2009 20:50:53 -0000 Delivered-To: apmail-hadoop-avro-dev-archive@hadoop.apache.org Received: (qmail 82665 invoked by uid 500); 24 Apr 2009 20:50:52 -0000 Mailing-List: contact avro-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: avro-dev@hadoop.apache.org Delivered-To: mailing list avro-dev@hadoop.apache.org Received: (qmail 82619 invoked by uid 99); 24 Apr 2009 20:50:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Apr 2009 20:50:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Apr 2009 20:50:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 814AA234C4B5 for ; Fri, 24 Apr 2009 13:50:30 -0700 (PDT) Message-ID: <647103149.1240606230528.JavaMail.jira@brutus> Date: Fri, 24 Apr 2009 13:50:30 -0700 (PDT) From: "Doug Cutting (JIRA)" To: avro-dev@hadoop.apache.org Subject: [jira] Commented: (AVRO-17) remove single float type In-Reply-To: <1976305449.1240595130681.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AVRO-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702546#action_12702546 ] Doug Cutting commented on AVRO-17: ---------------------------------- > perhaps removing it now isn't required, since we can back-compatibly re-define it with a standard library... I take that back. For back-compatibily, we'd want the standard library definitions to always be included in the schema stored in files and sent over the wire: a runtime should only have to know about the primitives and compound types. So having "float" without a definition in a data file wouldn't let us later remove this as a primitve and replace it in runtimes by a standard library. > remove single float type > ------------------------ > > Key: AVRO-17 > URL: https://issues.apache.org/jira/browse/AVRO-17 > Project: Avro > Issue Type: Improvement > Components: spec > Reporter: Doug Cutting > Fix For: 1.0 > > > Python and Thrift do not support a 32-bit single float type, nor do many applications use this type, so, for better compatibility, we can remove it from Avro. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.