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 B048318C74 for ; Mon, 7 Dec 2015 19:16:17 +0000 (UTC) Received: (qmail 51624 invoked by uid 500); 7 Dec 2015 19:16:11 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 51544 invoked by uid 500); 7 Dec 2015 19:16: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 51521 invoked by uid 99); 7 Dec 2015 19:16:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2015 19:16:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2CD472C1F57 for ; Mon, 7 Dec 2015 19:16:11 +0000 (UTC) Date: Mon, 7 Dec 2015 19:16:11 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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:all-tabpanel ] Sergey Shelukhin updated HIVE-12531: ------------------------------------ Assignee: Jason Dere (was: Sergey Shelukhin) > 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 > > > 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)