Skip to content

Commit

Permalink
Temporarily disable flaky ObjectHashAggregateSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed Nov 10, 2016
1 parent 16eaad9 commit 780d441
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ class ObjectHashAggregateSuite
// Currently Spark SQL doesn't support evaluating distinct aggregate function together
// with aggregate functions without partial aggregation support.
if (!(aggs.contains(withoutPartial) && aggs.contains(withDistinct))) {
test(
// TODO Re-enables them after fixing SPARK-18403
ignore(
s"randomized aggregation test - " +
s"${names.mkString("[", ", ", "]")} - " +
s"${if (withGroupingKeys) "with" else "without"} grouping keys - " +
Expand Down

0 comments on commit 780d441

Please sign in to comment.