Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-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 BF3B217E90 for ; Fri, 3 Jul 2015 02:09:04 +0000 (UTC) Received: (qmail 8542 invoked by uid 500); 3 Jul 2015 02:09:04 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 8521 invoked by uid 500); 3 Jul 2015 02:09:04 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 8511 invoked by uid 99); 3 Jul 2015 02:09:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2015 02:09:04 +0000 Date: Fri, 3 Jul 2015 02:09:04 +0000 (UTC) From: "Mark Wagner (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-10187) Avro backed tables don't handle cyclical or recursive records 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/HIVE-10187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Wagner updated HIVE-10187: ------------------------------- Attachment: HIVE-10187.2.patch I've created https://reviews.apache.org/r/36154/ for the rebased (to master) patch. > Avro backed tables don't handle cyclical or recursive records > ------------------------------------------------------------- > > Key: HIVE-10187 > URL: https://issues.apache.org/jira/browse/HIVE-10187 > Project: Hive > Issue Type: Bug > Components: Serializers/Deserializers > Affects Versions: 1.2.0 > Reporter: Mark Wagner > Assignee: Mark Wagner > Attachments: HIVE-10187.1.patch, HIVE-10187.2.patch, HIVE-10187.demo.patch > > > [HIVE-7653] changed the Avro SerDe to make it generate TypeInfos even for recursive/cyclical schemas. However, any attempt to serialize data which exploits that ability results in silently dropped fields. -- This message was sent by Atlassian JIRA (v6.3.4#6332)