Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DCB55200B80 for ; Tue, 30 Aug 2016 23:34:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D96E7160AAF; Tue, 30 Aug 2016 21:34:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 58E0A160AC5 for ; Tue, 30 Aug 2016 23:34:22 +0200 (CEST) Received: (qmail 3847 invoked by uid 500); 30 Aug 2016 21:34:21 -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 3836 invoked by uid 99); 30 Aug 2016 21:34:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2016 21:34:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6FA022C1B77 for ; Tue, 30 Aug 2016 21:34:21 +0000 (UTC) Date: Tue, 30 Aug 2016 21:34:21 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-14652) incorrect results for not in on partition columns MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 30 Aug 2016 21:34:23 -0000 [ https://issues.apache.org/jira/browse/HIVE-14652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-14652: ------------------------------------ Attachment: (was: HIVE-14652.02.patch) > incorrect results for not in on partition columns > ------------------------------------------------- > > Key: HIVE-14652 > URL: https://issues.apache.org/jira/browse/HIVE-14652 > Project: Hive > Issue Type: Bug > Affects Versions: 2.1.0, 2.2.0 > Reporter: stephen sprague > Assignee: Sergey Shelukhin > Priority: Blocker > Attachments: HIVE-14652.01.patch, HIVE-14652.02.patch, HIVE-14652.patch > > > {noformat} > create table foo (i int) partitioned by (s string); > insert overwrite table foo partition(s='foo') select cint from alltypesorc limit 10; > insert overwrite table foo partition(s='bar') select cint from alltypesorc limit 10; > select * from foo where s not in ('bar'); > {noformat} > No results. IN ... works correctly -- This message was sent by Atlassian JIRA (v6.3.4#6332)