You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiao Li (JIRA)" <ji...@apache.org> on 2015/12/14 02:43:46 UTC

[jira] [Issue Comment Deleted] (SPARK-12288) Support UnsafeRow in Coalesce/Except/Intersect

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

Xiao Li updated SPARK-12288:
----------------------------
    Comment: was deleted

(was: [~davies] It sounds like Except and Intersect can support UnsafeRow? 

We just need to add the following line to Except and Intersect
{code}
override def outputsUnsafeRows: Boolean = children.forall(_.outputsUnsafeRows)
override def canProcessUnsafeRows: Boolean = true
override def canProcessSafeRows: Boolean = true
{code}

Is my understanding correct?

Thanks!)

> Support UnsafeRow in Coalesce/Except/Intersect
> ----------------------------------------------
>
>                 Key: SPARK-12288
>                 URL: https://issues.apache.org/jira/browse/SPARK-12288
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Davies Liu
>




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