[ 
https://issues.apache.org/jira/browse/SPARK-24336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16483209#comment-16483209
 ] 

Apache Spark commented on SPARK-24336:
--------------------------------------

User 'HeartSaVioR' has created a pull request for this issue:
https://github.com/apache/spark/pull/21388

> Support 'pass through' transformation in BasicOperators
> -------------------------------------------------------
>
>                 Key: SPARK-24336
>                 URL: https://issues.apache.org/jira/browse/SPARK-24336
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.3.0
>            Reporter: Jungtaek Lim
>            Priority: Major
>
> As of now BasicOperators enumerates all the cases to match LogicalPlan to 
> SparkPlan, but some of cases are just a kind of simple transformation as the 
> code stated as 'pass through', which just need to provide same parameters 
> except converting LogicalPlan to SparkPlan via calling `planLater`.
> We can automate this via leveraging reflection. ScalaReflection already has 
> many methods to leverage, so we would be good to go.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to