Skip to content
Closed
Changes from all commits
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
fix
  • Loading branch information
liuzqt committed Jun 25, 2024
commit ba324f24a45dea9c53138985e37fc96e76dad2d0
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ case class EmptyRelationExec(@transient logical: LogicalPlan) extends LeafExecNo
logical.foreach {
case LogicalQueryStage(_, physical) =>
physical.cleanupResources()
case _ =>
}
super.cleanupResources()
}
Expand Down