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 2017/08/04 17:37:00 UTC

[jira] [Resolved] (SPARK-21634) Change OneRowRelation from a case object to case class

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

Xiao Li resolved SPARK-21634.
-----------------------------
       Resolution: Fixed
    Fix Version/s: 2.3.0

> Change OneRowRelation from a case object to case class
> ------------------------------------------------------
>
>                 Key: SPARK-21634
>                 URL: https://issues.apache.org/jira/browse/SPARK-21634
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.2.0
>            Reporter: Reynold Xin
>            Assignee: Reynold Xin
>             Fix For: 2.3.0
>
>
> OneRowRelation is the only plan that is a case object, which causes some issues with makeCopy using a 0-arg constructor. This patch changes it from a case object to a case class.
> This blocks SPARK-21619.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org