This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new adf02d38061b [SPARK-47925][SQL][TESTS] Mark 
`BloomFilterAggregateQuerySuite` as `ExtendedSQLTest`
adf02d38061b is described below

commit adf02d38061bd0ef48fd07252bef7706a0e49757
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Fri Apr 19 20:04:13 2024 -0700

    [SPARK-47925][SQL][TESTS] Mark `BloomFilterAggregateQuerySuite` as 
`ExtendedSQLTest`
    
    ### 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 <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .../scala/org/apache/spark/sql/BloomFilterAggregateQuerySuite.scala     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/sql/core/src/test/scala/org/apache/spark/sql/BloomFilterAggregateQuerySuite.scala
 
b/sql/core/src/test/scala/org/apache/spark/sql/BloomFilterAggregateQuerySuite.scala
index 4edb51d27190..9b39a2295e7d 100644
--- 
a/sql/core/src/test/scala/org/apache/spark/sql/BloomFilterAggregateQuerySuite.scala
+++ 
b/sql/core/src/test/scala/org/apache/spark/sql/BloomFilterAggregateQuerySuite.scala
@@ -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._
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to