Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor fix
  • Loading branch information
Eric5553 committed Feb 12, 2020
commit b94871be50b365aece06047b5ea5a4a9507e26df
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ abstract class EvalPythonExec extends UnaryExecNode {

def resultAttrs: Seq[Attribute]

override def child: SparkPlan

override def output: Seq[Attribute] = child.output ++ resultAttrs

override def producedAttributes: AttributeSet = AttributeSet(resultAttrs)
Expand Down