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 3A56810F19 for ; Thu, 5 Dec 2013 19:39:36 +0000 (UTC) Received: (qmail 68108 invoked by uid 500); 5 Dec 2013 19:39:35 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 67967 invoked by uid 500); 5 Dec 2013 19:39:35 -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 67958 invoked by uid 500); 5 Dec 2013 19:39:35 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 67955 invoked by uid 99); 5 Dec 2013 19:39:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Dec 2013 19:39:35 +0000 Date: Thu, 5 Dec 2013 19:39:35 +0000 (UTC) From: "Eric Hanson (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-5757) Implement vectorized support for CASE 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-5757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Hanson updated HIVE-5757: ------------------------------ Attachment: HIVE-5757.1.patch Partial patch. Works end-to-end using vectorized UDF adaptor, but has no tests yet. > Implement vectorized support for CASE > ------------------------------------- > > Key: HIVE-5757 > URL: https://issues.apache.org/jira/browse/HIVE-5757 > Project: Hive > Issue Type: Sub-task > Reporter: Eric Hanson > Assignee: Eric Hanson > Attachments: HIVE-5757.1.patch > > > Implement full, end-to-end support for CASE in vectorized mode, including new VectorExpression class(es), VectorizationContext translation to a VectorExpression, and unit tests for these, as well as end-to-end ad hoc testing. An end-to-end .q test is recommended but optional. > This is high priority because CASE is a fairly popular expression. -- This message was sent by Atlassian JIRA (v6.1#6144)