Skip to content

Commit

Permalink
Update ScriptTransformation.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Apr 20, 2021
1 parent 0af2f3d commit adea65b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ case class ScriptTransformation(
child: LogicalPlan,
ioschema: ScriptInputOutputSchema) extends UnaryNode {
@transient
override lazy val references: AttributeSet = AttributeSet(child.output.flatMap(_.references))
override lazy val references: AttributeSet = AttributeSet(child.output)

override protected def withNewChildInternal(newChild: LogicalPlan): ScriptTransformation =
copy(child = newChild)
Expand Down

0 comments on commit adea65b

Please sign in to comment.