Return-Path: Delivered-To: apmail-hadoop-avro-dev-archive@minotaur.apache.org Received: (qmail 47599 invoked from network); 22 Apr 2010 16:46:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Apr 2010 16:46:16 -0000 Received: (qmail 3571 invoked by uid 500); 22 Apr 2010 16:46:16 -0000 Delivered-To: apmail-hadoop-avro-dev-archive@hadoop.apache.org Received: (qmail 3531 invoked by uid 500); 22 Apr 2010 16:46:16 -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 3523 invoked by uid 99); 22 Apr 2010 16:46:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 16:46:16 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 16:46:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3MGjpWe017474 for ; Thu, 22 Apr 2010 16:45:52 GMT Message-ID: <2104022.141621271954751915.JavaMail.jira@thor> Date: Thu, 22 Apr 2010 12:45:51 -0400 (EDT) From: "John Plevyak (JIRA)" To: avro-dev@hadoop.apache.org Subject: [jira] Created: (AVRO-522) the rule on unions containing identical types are not enforced 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 the rule on unions containing identical types are not enforced -------------------------------------------------------------- Key: AVRO-522 URL: https://issues.apache.org/jira/browse/AVRO-522 Project: Avro Issue Type: Bug Components: c++ Reporter: John Plevyak { "type" : "array", "name" : "optionals", "items" : [ "long", "long" ] } is accepted despite being illegal by the combination of precompile and gen-cppcode.py -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.