Skip to content

Commit b35529e

Browse files
committed
minor style
1 parent a3f7659 commit b35529e

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Catalog.scala

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

2020
import scala.collection.mutable
2121

22-
import org.apache.spark.sql.catalyst.plans.logical.{LogicalPlan, Subquery}
2322
import org.apache.spark.sql.catalyst.CatalystConf
2423
import org.apache.spark.sql.catalyst.EmptyConf
24+
import org.apache.spark.sql.catalyst.plans.logical.{LogicalPlan, Subquery}
2525

2626
/**
2727
* Thrown by a catalog when a table cannot be found. The analyzer will rethrow the exception

0 commit comments

Comments
 (0)