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

chengchengjin 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 2fe75f149a [GLUTEN-8909][VL] Allow dynamic configuration for 
spark.gluten.auto.adjustStageResource.enabled (#8910)
2fe75f149a is described below

commit 2fe75f149ab28d24fbda27e7c79a6aee08b42b17
Author: Terry Wang <[email protected]>
AuthorDate: Wed Mar 5 21:46:42 2025 +0800

    [GLUTEN-8909][VL] Allow dynamic configuration for 
spark.gluten.auto.adjustStageResource.enabled (#8910)
---
 shims/common/src/main/scala/org/apache/gluten/config/GlutenConfig.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/shims/common/src/main/scala/org/apache/gluten/config/GlutenConfig.scala 
b/shims/common/src/main/scala/org/apache/gluten/config/GlutenConfig.scala
index e82acda340..d74fe29d61 100644
--- a/shims/common/src/main/scala/org/apache/gluten/config/GlutenConfig.scala
+++ b/shims/common/src/main/scala/org/apache/gluten/config/GlutenConfig.scala
@@ -1660,7 +1660,7 @@ object GlutenConfig {
       .createWithDefault(false)
 
   val AUTO_ADJUST_STAGE_RESOURCE_PROFILE_ENABLED =
-    buildStaticConf("spark.gluten.auto.adjustStageResource.enabled")
+    buildConf("spark.gluten.auto.adjustStageResource.enabled")
       .internal()
       .doc("Experimental: If enabled, gluten will try to set the stage 
resource according " +
         "to stage execution plan. Only worked when aqe is enabled at the same 
time!!")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to