You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2015/08/31 08:13:52 UTC

[jira] [Resolved] (SPARK-10351) UnsafeRow.getUTF8String should handle off-heap backed UnsafeRow

     [ https://issues.apache.org/jira/browse/SPARK-10351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reynold Xin resolved SPARK-10351.
---------------------------------
       Resolution: Fixed
         Assignee: Feynman Liang
    Fix Version/s: 1.6.0

> UnsafeRow.getUTF8String should handle off-heap backed UnsafeRow
> ---------------------------------------------------------------
>
>                 Key: SPARK-10351
>                 URL: https://issues.apache.org/jira/browse/SPARK-10351
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Feynman Liang
>            Assignee: Feynman Liang
>            Priority: Critical
>             Fix For: 1.6.0
>
>
> {{UnsafeRow.getUTF8String}} delegates to {{UTF8String.fromAddress}} which returns {{null}} when passed a {{null}} base object, failing to handle off-heap backed {{UnsafeRow}}s correctly.
> This will also cause a {{NullPointerException}} when {{getString}} is called with off-heap storage.



--
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