File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
catalyst/src/main/scala/org/apache/spark/sql/catalyst/errors
core/src/test/scala/org/apache/spark/sql Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ package org.apache.spark.sql.catalyst
1919
2020import scala .util .control .NonFatal
2121
22- import org .apache .spark .SparkException
2322import org .apache .spark .sql .catalyst .trees .TreeNode
23+ import org .apache .spark .SparkException
2424
2525/**
2626 * Functions for attaching and retrieving trees that are associated with errors.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ package org.apache.spark.sql
2020import java .math .MathContext
2121import java .sql .Timestamp
2222
23- import org .apache .spark .{SparkException , AccumulatorSuite }
23+ import org .apache .spark .{AccumulatorSuite , SparkException }
2424import org .apache .spark .sql .catalyst .analysis .UnresolvedException
2525import org .apache .spark .sql .catalyst .expressions .SortOrder
2626import org .apache .spark .sql .catalyst .plans .logical .Aggregate
You can’t perform that action at this time.
0 commit comments