Jungtaek Lim created SPARK-24336: ------------------------------------ Summary: 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
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