Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B3E3219D0B for ; Mon, 14 Mar 2016 10:09:33 +0000 (UTC) Received: (qmail 94913 invoked by uid 500); 14 Mar 2016 10:09:33 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 94884 invoked by uid 500); 14 Mar 2016 10:09:33 -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 94864 invoked by uid 99); 14 Mar 2016 10:09:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Mar 2016 10:09:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 85B382C1F54 for ; Mon, 14 Mar 2016 10:09:33 +0000 (UTC) Date: Mon, 14 Mar 2016 10:09:33 +0000 (UTC) From: "Vladyslav Pavlenko (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-10176) skip.header.line.count causes values to be skipped when performing insert values 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-10176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladyslav Pavlenko updated HIVE-10176: -------------------------------------- Status: Open (was: Patch Available) > skip.header.line.count causes values to be skipped when performing insert values > -------------------------------------------------------------------------------- > > Key: HIVE-10176 > URL: https://issues.apache.org/jira/browse/HIVE-10176 > Project: Hive > Issue Type: Bug > Affects Versions: 2.0.0 > Reporter: Wenbo Wang > Assignee: Vladyslav Pavlenko > Attachments: HIVE-10176.1.patch, HIVE-10176.2.patch, HIVE-10176.3.patch, data > > > When inserting values in to tables with TBLPROPERTIES ("skip.header.line.count"="1") the first value listed is also skipped. > create table test (row int, name string) TBLPROPERTIES ("skip.header.line.count"="1"); > load data local inpath '/root/data' into table test; > insert into table test values (1, 'a'), (2, 'b'), (3, 'c'); > (1, 'a') isn't inserted into the table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)