Skip to content

Commit

Permalink
update test show
Browse files Browse the repository at this point in the history
  • Loading branch information
云峤 committed May 3, 2015
1 parent ced487a commit 7394fd5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -592,10 +592,10 @@ class DataFrameSuite extends QueryTest {
checkAnswer(df.select(df("key")), testData.select('key).collect().toSeq)
}

test("show") {
ignore("show") {
// This test case is intended ignored, but to make sure it compiles correctly
testData.select($"*").show()
//testData.select($"*").show(1000)
testData.select($"*").show(1000)
}

test("createDataFrame(RDD[Row], StructType) should convert UDTs (SPARK-6672)") {
Expand Down

0 comments on commit 7394fd5

Please sign in to comment.