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

jackylee pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new d1e2504df4 [TESTS][FOLLOWUP] Disable spark ui in VeloxUdfSuite (#9273)
d1e2504df4 is described below

commit d1e2504df46b066c65f4899e98feff4daeabe9fe
Author: Kaifei Yi <yikai...@apache.org>
AuthorDate: Fri Apr 11 10:52:51 2025 +0800

    [TESTS][FOLLOWUP] Disable spark ui in VeloxUdfSuite (#9273)
---
 .../src/test/scala/org/apache/gluten/expression/VeloxUdfSuite.scala      | 1 +
 .../common/src/test/scala/org/apache/spark/sql/GlutenTestsTrait.scala    | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/backends-velox/src/test/scala/org/apache/gluten/expression/VeloxUdfSuite.scala
 
b/backends-velox/src/test/scala/org/apache/gluten/expression/VeloxUdfSuite.scala
index 61ba927cd4..564b652678 100644
--- 
a/backends-velox/src/test/scala/org/apache/gluten/expression/VeloxUdfSuite.scala
+++ 
b/backends-velox/src/test/scala/org/apache/gluten/expression/VeloxUdfSuite.scala
@@ -90,6 +90,7 @@ abstract class VeloxUdfSuite extends GlutenQueryTest with 
SQLHelper {
       .set("spark.default.parallelism", "1")
       .set("spark.memory.offHeap.enabled", "true")
       .set("spark.memory.offHeap.size", "1024MB")
+      .set("spark.ui.enabled", "false")
   }
 
   // Aggregate result can be flaky.
diff --git 
a/gluten-ut/common/src/test/scala/org/apache/spark/sql/GlutenTestsTrait.scala 
b/gluten-ut/common/src/test/scala/org/apache/spark/sql/GlutenTestsTrait.scala
index 5e0686095c..79d61cd98f 100644
--- 
a/gluten-ut/common/src/test/scala/org/apache/spark/sql/GlutenTestsTrait.scala
+++ 
b/gluten-ut/common/src/test/scala/org/apache/spark/sql/GlutenTestsTrait.scala
@@ -106,6 +106,7 @@ trait GlutenTestsTrait extends GlutenTestsCommonTrait {
         .config("spark.sql.warehouse.dir", warehouse)
         // Avoid the code size overflow error in Spark code generation.
         .config("spark.sql.codegen.wholeStage", "false")
+        .config("spark.ui.enabled", "false")
 
       _spark = if (BackendTestUtils.isCHBackendLoaded()) {
         sparkBuilder


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

Reply via email to