Skip to content
Prev Previous commit
Next Next commit
[SPARK-22954][SQL] Reorganize imports to satisfy Scalastyle.
  • Loading branch information
su225 committed Jan 21, 2018
commit 77e4d6db1d647db7a7b2c13c922bab0bdd3e53fc
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@

package org.apache.spark.sql.execution

import org.apache.spark.sql._
import org.apache.spark.sql.{AnalysisException, _}
import org.apache.spark.sql.catalyst.TableIdentifier
import org.apache.spark.sql.catalyst.analysis.NoSuchTableException
import org.apache.spark.sql.AnalysisException
import org.apache.spark.sql.test.{SharedSQLContext, SQLTestUtils}

class SimpleSQLViewSuite extends SQLViewSuite with SharedSQLContext
Expand Down