Skip to content

Commit

Permalink
merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
witgo committed May 16, 2014
1 parent 1479b22 commit 9dfa4e7
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ import org.apache.spark.sql.test.TestSQLContext._

case class TestRDDEntry(key: Int, value: String)

<<<<<<< HEAD
class ParquetQuerySuite extends QueryTest with FunSuiteLike with BeforeAndAfterAll {
=======
case class NullReflectData(
intField: java.lang.Integer,
longField: java.lang.Long,
Expand All @@ -59,8 +56,7 @@ case class OptionalReflectData(
doubleField: Option[Double],
booleanField: Option[Boolean])

class ParquetQuerySuite extends QueryTest with FunSuite with BeforeAndAfterAll {
>>>>>>> a20fea98811d98958567780815fcf0d4fb4e28d4
class ParquetQuerySuite extends QueryTest with FunSuiteLike with BeforeAndAfterAll {
import TestData._
TestData // Load test data tables.

Expand Down

0 comments on commit 9dfa4e7

Please sign in to comment.