Skip to content

Commit

Permalink
remove the unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghao-intel committed Sep 11, 2014
1 parent 9a57abc commit 56a0578
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ package org.apache.spark.sql.hive.execution

import org.apache.spark.sql.QueryTest

import org.apache.spark.sql.{SQLConf, QueryTest, Row}
import org.apache.spark.sql.execution.{BroadcastHashJoin, ShuffledHashJoin}
import org.apache.spark.sql.hive.test.TestHive
import org.apache.spark.sql.Row
import org.apache.spark.sql.hive.test.TestHive._

case class Nested1(f1: Nested2)
Expand Down

0 comments on commit 56a0578

Please sign in to comment.