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 20D49200B8A for ; Sat, 10 Sep 2016 00:22:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1F641160ACA; Fri, 9 Sep 2016 22:22: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 5EB7C160AC2 for ; Sat, 10 Sep 2016 00:22:21 +0200 (CEST) Received: (qmail 44464 invoked by uid 500); 9 Sep 2016 22:22:20 -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 44448 invoked by uid 99); 9 Sep 2016 22:22:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2016 22:22:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7522F2C0059 for ; Fri, 9 Sep 2016 22:22:20 +0000 (UTC) Date: Fri, 9 Sep 2016 22:22:20 +0000 (UTC) From: "Eugene Koifman (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-14726) delete statement fails when spdo is on MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 09 Sep 2016 22:22:22 -0000 [ https://issues.apache.org/jira/browse/HIVE-14726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15478442#comment-15478442 ] Eugene Koifman commented on HIVE-14726: --------------------------------------- Update/Delete can certainly write many partitions at the same time, e.g. Update T set c1=c1+1 where c2 > 100. This may match 1 row in each partition and thus the Insert statement that is actually executed will write to each partition. Same for Delete. > delete statement fails when spdo is on > -------------------------------------- > > Key: HIVE-14726 > URL: https://issues.apache.org/jira/browse/HIVE-14726 > Project: Hive > Issue Type: Bug > Components: Logical Optimizer > Affects Versions: 2.1.0 > Reporter: Deepesh Khandelwal > Assignee: Ashutosh Chauhan > Attachments: HIVE-14726.patch > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)