Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Yicong-Huang committed Dec 20, 2024
1 parent 4e6bc2e commit 64e4d44
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ case class PhysicalPlan(

}

def getTerminalPhysicalOpIds(): Set[PhysicalOpIdentity] = {
operators.filter(op => dag.outDegreeOf(op.id) == 0).map(_.id)
}

@JsonIgnore
def getOutputPartitionInfo(
link: PhysicalLink,
Expand Down

0 comments on commit 64e4d44

Please sign in to comment.