Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Oct 9, 2024
1 parent 3354763 commit ed0b1e3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,12 @@ trait SparkShims {
throw new UnsupportedOperationException("ArrayInsert not supported.")
}

/** Shim method for GlutenExplainUtils.scala. */
/** Shim method for usages from GlutenExplainUtils.scala. */
def getOperatorId(plan: QueryPlan[_]): Option[Int]

/** Shim method for GlutenExplainUtils.scala. */
/** Shim method for usages from GlutenExplainUtils.scala. */
def setOperatorId(plan: QueryPlan[_], opId: Int): Unit

/** Shim method for GlutenExplainUtils.scala. */
/** Shim method for usages from GlutenExplainUtils.scala. */
def unsetOperatorId(plan: QueryPlan[_]): Unit
}

0 comments on commit ed0b1e3

Please sign in to comment.