You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2015/10/08 08:07:26 UTC

[jira] [Created] (SPARK-10999) Physical plan node Coalesce should be able to handle UnsafeRow

Cheng Lian created SPARK-10999:
----------------------------------

             Summary: Physical plan node Coalesce should be able to handle UnsafeRow
                 Key: SPARK-10999
                 URL: https://issues.apache.org/jira/browse/SPARK-10999
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.6.0
            Reporter: Cheng Lian
            Assignee: Cheng Lian
            Priority: Minor


The following PySpark snippet shows the problem:
{noformat}
>>> sqlContext.range(10).selectExpr('id AS a').coalesce(1).explain(True)
...
== Physical Plan ==
Coalesce 1
 ConvertToSafe
  TungstenProject [id#3L AS a#4L]
   Scan PhysicalRDD[id#3L]
{noformat}
The {{ConvertToSafe}} is unnecessary.



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