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 0D2BF17B2F for ; Wed, 1 Apr 2015 17:50:53 +0000 (UTC) Received: (qmail 6135 invoked by uid 500); 1 Apr 2015 17:50:53 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 6116 invoked by uid 500); 1 Apr 2015 17:50:52 -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 6106 invoked by uid 99); 1 Apr 2015 17:50:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Apr 2015 17:50:52 +0000 Date: Wed, 1 Apr 2015 17:50:52 +0000 (UTC) From: "Wenbo Wang (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 ] Wenbo Wang updated HIVE-10176: ------------------------------ Attachment: data data file for reproduction > 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: 1.0.0 > Reporter: Wenbo Wang > Attachments: 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)