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 23C82200BBC for ; Sat, 29 Oct 2016 10:38:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 22809160AF1; Sat, 29 Oct 2016 08:38:00 +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 60EBE160AF4 for ; Sat, 29 Oct 2016 10:37:59 +0200 (CEST) Received: (qmail 96657 invoked by uid 500); 29 Oct 2016 08:37:58 -0000 Mailing-List: contact dev-help@arrow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@arrow.apache.org Delivered-To: mailing list dev@arrow.apache.org Received: (qmail 96630 invoked by uid 99); 29 Oct 2016 08:37:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2016 08:37:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 600652C001E for ; Sat, 29 Oct 2016 08:37:58 +0000 (UTC) Date: Sat, 29 Oct 2016 08:37:58 +0000 (UTC) From: "Wes McKinney (JIRA)" To: dev@arrow.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ARROW-354) Connot compare an array of empty strings to another MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 29 Oct 2016 08:38:00 -0000 [ https://issues.apache.org/jira/browse/ARROW-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-354. -------------------------------- Resolution: Fixed resolved by https://github.com/apache/arrow/commit/d946e7917d55cb220becd6469ae93430f2e60764 > Connot compare an array of empty strings to another > --------------------------------------------------- > > Key: ARROW-354 > URL: https://issues.apache.org/jira/browse/ARROW-354 > Project: Apache Arrow > Issue Type: Bug > Components: C++ > Affects Versions: 0.1.0 > Reporter: Uwe L. Korn > Assignee: Uwe L. Korn > > As the {{data_buffer_}} is a {{nullptr}} in this case, we cannot access it and thus run into a segmentation fault. -- This message was sent by Atlassian JIRA (v6.3.4#6332)