Skip to content

Commit

Permalink
[SPARK-47925][SQL][TESTS] Mark BloomFilterAggregateQuerySuite as `E…
Browse files Browse the repository at this point in the history
…xtendedSQLTest`

### What changes were proposed in this pull request?

This PR aims to mark `BloomFilterAggregateQuerySuite` as `ExtendedSQLTest` to run in a different test pipeline.

### Why are the changes needed?

This will move this test case from `sql - other tests` to `sql - extended tests` to rebalance test pipelines.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #46145 from dongjoon-hyun/SPARK-47925.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
dongjoon-hyun committed Apr 20, 2024
1 parent 2613516 commit adf02d3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ import org.apache.spark.sql.execution.aggregate.BaseAggregateExec
import org.apache.spark.sql.internal.SQLConf
import org.apache.spark.sql.test.SharedSparkSession
import org.apache.spark.sql.types.LongType
import org.apache.spark.tags.ExtendedSQLTest

/**
* Query tests for the Bloom filter aggregate and filter function.
*/
@ExtendedSQLTest
class BloomFilterAggregateQuerySuite extends QueryTest with SharedSparkSession {
import testImplicits._

Expand Down

0 comments on commit adf02d3

Please sign in to comment.