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 58553200B4B for ; Thu, 21 Jul 2016 17:20:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 56E99160A73; Thu, 21 Jul 2016 15:20: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 95C46160A72 for ; Thu, 21 Jul 2016 17:20:21 +0200 (CEST) Received: (qmail 50768 invoked by uid 500); 21 Jul 2016 15:20:20 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 50751 invoked by uid 99); 21 Jul 2016 15:20:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2016 15:20:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7B9522C0D57 for ; Thu, 21 Jul 2016 15:20:20 +0000 (UTC) Date: Thu, 21 Jul 2016 15:20:20 +0000 (UTC) From: "Sean Busbey (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AVRO-1877) AVRO-1847 accidentally breaks javaUnbox method in SpecificCompiler MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 21 Jul 2016 15:20:22 -0000 [ https://issues.apache.org/jira/browse/AVRO-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1877: ------------------------------ Affects Version/s: 1.8.2 > AVRO-1847 accidentally breaks javaUnbox method in SpecificCompiler > ------------------------------------------------------------------ > > Key: AVRO-1877 > URL: https://issues.apache.org/jira/browse/AVRO-1877 > Project: Avro > Issue Type: Bug > Components: java > Affects Versions: 1.9.0, 1.8.2 > Reporter: Yibing Shi > Assignee: Yibing Shi > Priority: Blocker > Fix For: 1.9.0, 1.8.2 > > Attachments: AVRO-1877.1.patch, AVRO-1877.2.patch, AVRO-1877.3.patch > > > AVRO-1847 accidentally removes the logical type conversion logic in method {{SpecificCompiler.javaUnbox}}, which breaks the data time type compiling in specific compiler. -- This message was sent by Atlassian JIRA (v6.3.4#6332)