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 A368B200B27 for ; Wed, 22 Jun 2016 11:52:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A206C160A64; Wed, 22 Jun 2016 09:52:59 +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 1DB1F160A2E for ; Wed, 22 Jun 2016 11:52:58 +0200 (CEST) Received: (qmail 60466 invoked by uid 500); 22 Jun 2016 09:52:58 -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 60447 invoked by uid 99); 22 Jun 2016 09:52:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2016 09:52:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 02A432C1F5C for ; Wed, 22 Jun 2016 09:52:58 +0000 (UTC) Date: Wed, 22 Jun 2016 09:52:58 +0000 (UTC) From: "Amruth S (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-7044) ORC Vector: column of empty strings is read back as null MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 22 Jun 2016 09:52:59 -0000 [ https://issues.apache.org/jira/browse/HIVE-7044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15344029#comment-15344029 ] Amruth S commented on HIVE-7044: -------------------------------- Is this issue getting contained in the newer versions of hive? I am facing this in 1.2.1 > ORC Vector: column of empty strings is read back as null > -------------------------------------------------------- > > Key: HIVE-7044 > URL: https://issues.apache.org/jira/browse/HIVE-7044 > Project: Hive > Issue Type: Bug > Components: Vectorization > Affects Versions: 0.13.0 > Reporter: Dain Sundstrom > Assignee: Jitendra Nath Pandey > Priority: Blocker > Labels: orcfile, vector > Attachments: TestOrcEmptyString.java > > > If I write a column of empty string values, the vectorized read code returns a vector of nulls, but the non-vectorized code returns the correct values. -- This message was sent by Atlassian JIRA (v6.3.4#6332)