[
https://issues.apache.org/jira/browse/SPARK-24336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jungtaek Lim resolved SPARK-24336.
----------------------------------
Resolution: Invalid
> 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: [email protected]
For additional commands, e-mail: [email protected]