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 5C34318500 for ; Thu, 10 Dec 2015 18:46:11 +0000 (UTC) Received: (qmail 46273 invoked by uid 500); 10 Dec 2015 18:46:11 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 46252 invoked by uid 500); 10 Dec 2015 18:46:11 -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 46232 invoked by uid 99); 10 Dec 2015 18:46:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2015 18:46:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F043C2C14F9 for ; Thu, 10 Dec 2015 18:46:10 +0000 (UTC) Date: Thu, 10 Dec 2015 18:46:10 +0000 (UTC) From: "Jason Dere (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-12531) Implement fast-path for Year/Month UDFs for dates between 1999 and 2038 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-12531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15051442#comment-15051442 ] Jason Dere commented on HIVE-12531: ----------------------------------- Test failures do not appear to be related > Implement fast-path for Year/Month UDFs for dates between 1999 and 2038 > ----------------------------------------------------------------------- > > Key: HIVE-12531 > URL: https://issues.apache.org/jira/browse/HIVE-12531 > Project: Hive > Issue Type: Improvement > Reporter: Gopal V > Assignee: Jason Dere > Attachments: HIVE-12531.1.patch, HIVE-12531.2.patch, HIVE-12531.3.patch > > > Current codepath goes into the JDK Calendar implementation, which is very slow for the simple cases in the current decade. -- This message was sent by Atlassian JIRA (v6.3.4#6332)