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 3406B19763 for ; Thu, 28 Apr 2016 09:16:14 +0000 (UTC) Received: (qmail 1365 invoked by uid 500); 28 Apr 2016 09:16:13 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 1230 invoked by uid 500); 28 Apr 2016 09:16:13 -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 918 invoked by uid 99); 28 Apr 2016 09:16:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2016 09:16:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 060CC2C1F6E for ; Thu, 28 Apr 2016 09:16:13 +0000 (UTC) Date: Thu, 28 Apr 2016 09:16:13 +0000 (UTC) From: "Jesus Camacho Rodriguez (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-13637) Fold CASE into NVL when CBO optimized the plan MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jesus Camacho Rodriguez created HIVE-13637: ---------------------------------------------- Summary: Fold CASE into NVL when CBO optimized the plan Key: HIVE-13637 URL: https://issues.apache.org/jira/browse/HIVE-13637 Project: Hive Issue Type: Sub-task Components: CBO Affects Versions: 2.1.0 Reporter: Jesus Camacho Rodriguez Assignee: Jesus Camacho Rodriguez After HIVE-13068 goes in, folding CASE into NVL got disabled when CBO has optimized the plan, as it was done by ConstantPropagate in Hive. We need to enable it back. -- This message was sent by Atlassian JIRA (v6.3.4#6332)