Skip to content
Snippets Groups Projects
Commit e0deee1f authored by Cheng Lian's avatar Cheng Lian Committed by Reynold Xin
Browse files

[SPARK-18403][SQL] Temporarily disable flaky ObjectHashAggregateSuite

## What changes were proposed in this pull request?

Randomized tests in `ObjectHashAggregateSuite` is being flaky and breaks PR builds. This PR disables them temporarily to bring back the PR build.

## How was this patch tested?

N/A

Author: Cheng Lian <lian@databricks.com>

Closes #15845 from liancheng/ignore-flaky-object-hash-agg-suite.
parent 2f7461f3
No related branches found
No related tags found
No related merge requests found
......@@ -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 - " +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment