Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
enable a test
  • Loading branch information
cloud-fan committed Nov 4, 2016
commit b02cf0d4b1b1c782374328789bf534c17153b937
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,9 @@ class PartitionedTablePerfStatsSuite
assert(df4.count() == 0)
assert(df4.inputFiles.length == 0)

// TODO(ekl) enable for hive tables as well once SPARK-17983 is fixed
if (spec.isDatasourceTable) {
val df5 = spark.sql("select * from test where fieldOne = 4")
assert(df5.count() == 1)
assert(df5.inputFiles.length == 5)
}
val df5 = spark.sql("select * from test where fieldOne = 4")
assert(df5.count() == 1)
assert(df5.inputFiles.length == 5)
}
}
}
Expand Down