Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 5915511D82 for ; Tue, 26 Aug 2014 21:37:47 +0000 (UTC) Received: (qmail 38855 invoked by uid 500); 26 Aug 2014 21:37:47 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 38782 invoked by uid 500); 26 Aug 2014 21:37:46 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 38770 invoked by uid 99); 26 Aug 2014 21:37:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2014 21:37:46 +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 (nike.apache.org: domain of sg.online.email@gmail.com designates 209.85.217.169 as permitted sender) Received: from [209.85.217.169] (HELO mail-lb0-f169.google.com) (209.85.217.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2014 21:37:19 +0000 Received: by mail-lb0-f169.google.com with SMTP id n15so2140750lbi.28 for ; Tue, 26 Aug 2014 14:37:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wPNNAhEEk1e/smyRdPmA0GR5maDbL6xLzhl6EH1mvF0=; b=EpvFfQlOUZkx/5+N2SMJ6qBL+hyMJi333kvIgKHU48AydKO629QKXkpNTWGW0uUQl9 wH1rzFW253iABf0FyaFaY8OgPsg612QopuHF1rVYXhe0v25VxWY5zWOJkn/qOFUlIjDV cADuH/0lQfgl96JyOUpFriGGCYwtIf1+qqET2gyqpmJQaADz+4y2//0Ew7pwaWWJPmav 8h3/FVTFI+giqPXKXdgmlEPCIQnPzCQMlX7+I85HEvByt/wrr9IjoMDe1X1miloG/uyz P9DI45rj7yLu1jimjXbRX3jTBdHWeIeMhm9wwB4HobLPPGFKxkD1N57CjElZStZ3d+Jk j2Yg== MIME-Version: 1.0 X-Received: by 10.112.24.104 with SMTP id t8mr28876422lbf.46.1409089039205; Tue, 26 Aug 2014 14:37:19 -0700 (PDT) Received: by 10.25.160.133 with HTTP; Tue, 26 Aug 2014 14:37:19 -0700 (PDT) Date: Tue, 26 Aug 2014 14:37:19 -0700 Message-ID: Subject: AVRO-680: Non-string keys From: S G To: dev@hive.apache.org Content-Type: multipart/alternative; boundary=001a11344544a38a4a05018f1b69 X-Virus-Checked: Checked by ClamAV on apache.org --001a11344544a38a4a05018f1b69 Content-Type: text/plain; charset=UTF-8 Hi, I have made some fixes for the 'Non-string keys' issues AVRO-680. Namely: isMap and isArray now return false and true respectively for non-string maps. ReflectData#resolveUnion is no longer required and is removed. I think it should be in good shape now. Can someone review that ? Thanks Sachin --001a11344544a38a4a05018f1b69--