cloud-fan commented on code in PR #47462:
URL: https://github.com/apache/spark/pull/47462#discussion_r1713141510
##########
sql/core/src/test/scala/org/apache/spark/sql/scripting/SqlScriptingExecutionNodeSuite.scala:
##########
@@ -40,10 +41,42 @@ class SqlScriptingExecutionNodeSuite extends SparkFunSuite
with SharedSparkSessi
Origin(startIndex = Some(0), stopIndex = Some(description.length)),
isInternal = false)
+ case class DummyLogicalPlan() extends LeafNode {
+ override def output: Seq[Nothing] = Seq.empty
Review Comment:
```suggestion
override def output: Seq[Attribute] = Seq.empty
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]