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 2BAB6200B32 for ; Thu, 23 Jun 2016 10:49:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2A1DC160A6A; Thu, 23 Jun 2016 08:49:18 +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 98CDE160A59 for ; Thu, 23 Jun 2016 10:49:17 +0200 (CEST) Received: (qmail 89499 invoked by uid 500); 23 Jun 2016 08:49:16 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 89484 invoked by uid 99); 23 Jun 2016 08:49:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2016 08:49:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 51A232C0451 for ; Thu, 23 Jun 2016 08:49:16 +0000 (UTC) Date: Thu, 23 Jun 2016 08:49:16 +0000 (UTC) From: "Apache Spark (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SPARK-16167) RowEncoder should preserve array/map type nullability. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 23 Jun 2016 08:49:18 -0000 [ https://issues.apache.org/jira/browse/SPARK-16167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346072#comment-15346072 ] Apache Spark commented on SPARK-16167: -------------------------------------- User 'ueshin' has created a pull request for this issue: https://github.com/apache/spark/pull/13873 > RowEncoder should preserve array/map type nullability. > ------------------------------------------------------ > > Key: SPARK-16167 > URL: https://issues.apache.org/jira/browse/SPARK-16167 > Project: Spark > Issue Type: Bug > Components: SQL > Reporter: Takuya Ueshin > > Currently {{RowEncoder}} doesn't preserve nullability of {{ArrayType}} or {{MapType}}. > It returns always {{containsNull = true}} for {{ArrayType}}, {{valueContainsNull = true}} for {{MapType}} and also the nullability of itself is always {{true}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org