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 6edc04c commit 4681611
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ object GlutenExplainUtils extends AdaptiveSparkPlanHelper {
// scalastyle:off
/**
* Given a input physical plan, performs the following tasks.
* 1. Generates the explain output for the input plan excluding the subquery plans.
* 2. Generates the explain output for each subquery referenced in the plan.
* 1. Generates the explain output for the input plan excluding the subquery plans. 2. Generates
* the explain output for each subquery referenced in the plan.
*/
// scalastyle:on
// spotless:on
Expand All @@ -164,8 +164,8 @@ object GlutenExplainUtils extends AdaptiveSparkPlanHelper {
SparkShimLoader.getSparkShims.withOperatorIdMap(
new java.util.IdentityHashMap[QueryPlan[_], Int]()) {
try {
// Initialize a reference-unique set of Operators to avoid accdiental overwrites and to allow
// intentional overwriting of IDs generated in previous AQE iteration
// Initialize a reference-unique set of Operators to avoid accdiental overwrites and to
// allow intentional overwriting of IDs generated in previous AQE iteration
val operators = newSetFromMap[QueryPlan[_]](new util.IdentityHashMap())
// Initialize an array of ReusedExchanges to help find Adaptively Optimized Out
// Exchanges as part of SPARK-42753
Expand Down

0 comments on commit 4681611

Please sign in to comment.