Github user davies commented on a diff in the pull request:
https://github.com/apache/spark/pull/14548#discussion_r74340195
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/basicPhysicalOperators.scala
---
@@ -502,15 +508,64 @@ case class OutputFakerExec(output: Seq[Attribute],
child: SparkPlan) extends Spa
/**
* Physical plan for a subquery.
- *
- * This is used to generate tree string for SparkScalarSubquery.
*/
case class SubqueryExec(name: String, child: SparkPlan) extends
UnaryExecNode {
--- End diff --
I think it's OK to have some duplicated code here, over abstracted code is
actually harder to read.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]