Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Oct 9, 2024
1 parent 948f2c0 commit fd87412
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spark/src/main/scala/org/apache/comet/rules/RewriteJoin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import org.apache.spark.sql.catalyst.plans.JoinType
import org.apache.spark.sql.execution.{SortExec, SparkPlan}
import org.apache.spark.sql.execution.joins.{ShuffledHashJoinExec, SortMergeJoinExec}

import org.apache.comet.CometConf

/**
* Adapted from equivalent rule in Apache Gluten.
*
Expand Down

0 comments on commit fd87412

Please sign in to comment.