You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yin Huai (JIRA)" <ji...@apache.org> on 2015/08/18 06:23:46 UTC

[jira] [Updated] (SPARK-9949) TakeOrderedAndProject returns wrong output attributes when project is pushed in to it

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

Yin Huai updated SPARK-9949:
----------------------------
    Fix Version/s: 1.4.2

> TakeOrderedAndProject returns wrong output attributes when project is pushed in to it
> -------------------------------------------------------------------------------------
>
>                 Key: SPARK-9949
>                 URL: https://issues.apache.org/jira/browse/SPARK-9949
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Yin Huai
>            Assignee: Yin Huai
>            Priority: Blocker
>             Fix For: 1.4.2, 1.5.0
>
>
> In {{TakeOrderedAndProject}}, we have
> {code}
> case class TakeOrderedAndProject(
>     limit: Int,
>     sortOrder: Seq[SortOrder],
>     projectList: Option[Seq[NamedExpression]],
>     child: SparkPlan) extends UnaryNode {
>   override def output: Seq[Attribute] = child.output
> {code}
> When projectList is set, we should use its attributes as the output.



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