Skip to content

Commit ee16b2c

Browse files
committed
Fix style
1 parent ab5120f commit ee16b2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/errors/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ package org.apache.spark.sql.catalyst
1919

2020
import scala.util.control.NonFatal
2121

22-
import org.apache.spark.SparkException
2322
import 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.

sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package org.apache.spark.sql
2020
import java.math.MathContext
2121
import java.sql.Timestamp
2222

23-
import org.apache.spark.{SparkException, AccumulatorSuite}
23+
import org.apache.spark.{AccumulatorSuite, SparkException}
2424
import org.apache.spark.sql.catalyst.analysis.UnresolvedException
2525
import org.apache.spark.sql.catalyst.expressions.SortOrder
2626
import org.apache.spark.sql.catalyst.plans.logical.Aggregate

0 commit comments

Comments
 (0)