Skip to content

Commit bb9994a

Browse files
committed
Fix unintended change for import
1 parent 7f4f0d4 commit bb9994a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/WholeStageCodegenExec.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import java.util.concurrent.atomic.{AtomicInteger, AtomicLong}
2222

2323
import scala.collection.mutable
2424
import scala.util.control.NonFatal
25+
2526
import org.apache.spark.broadcast
2627
import org.apache.spark.rdd.RDD
2728
import org.apache.spark.sql.catalyst.InternalRow

0 commit comments

Comments
 (0)