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 7F3B818235 for ; Thu, 28 Jan 2016 19:21:45 +0000 (UTC) Received: (qmail 64697 invoked by uid 500); 28 Jan 2016 19:21:40 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 64593 invoked by uid 500); 28 Jan 2016 19:21:40 -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 64582 invoked by uid 99); 28 Jan 2016 19:21:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2016 19:21:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D77CF2C1F68 for ; Thu, 28 Jan 2016 19:21:39 +0000 (UTC) Date: Thu, 28 Jan 2016 19:21:39 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-12956) run CBO in tests with mapred.mode=strict MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sergey Shelukhin created HIVE-12956: --------------------------------------- Summary: run CBO in tests with mapred.mode=strict Key: HIVE-12956 URL: https://issues.apache.org/jira/browse/HIVE-12956 Project: Hive Issue Type: Test Reporter: Sergey Shelukhin Assignee: Ashutosh Chauhan There's a strange condition in CBO check that prevents CBO from running in Hive tests (in tests specifically) when mapred.mode is set to strict. I remember seeing it before, and noticed it again recently. It is both surprising that we wouldn't test CBO in strict mode, and also problematic for some q files because strict mode is going to be deprecated in HIVE-12727. This needs to be removed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)