Skip to content

Commit

Permalink
code clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
gatorsmile committed Mar 20, 2016
1 parent 577bfe7 commit 96d9d4e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,6 @@ class DataFrameSuite extends QueryTest with SharedSQLContext {
Row("id1", 1) ::
Row("id", 1) ::
Row("id1", 2) :: Nil)

df.distinct().intersect(df).intersect(df).explain(true)
}

test("intersect - nullability") {
Expand Down

0 comments on commit 96d9d4e

Please sign in to comment.