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

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


The following commit(s) were added to refs/heads/fix_adjust_typo by this push:
     new 6c660468aa fix typo of 
spark.gluten.auto.AdjustStageResource.enabled=true
6c660468aa is described below

commit 6c660468aafed0031aac71fe8c6fa632a6f5eee6
Author: liyang.127 <[email protected]>
AuthorDate: Mon Jan 26 11:43:59 2026 +0800

    fix typo of spark.gluten.auto.AdjustStageResource.enabled=true
---
 docs/get-started/VeloxStageResourceAdj.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/get-started/VeloxStageResourceAdj.md 
b/docs/get-started/VeloxStageResourceAdj.md
index 021b2d8971..77d9308b0b 100644
--- a/docs/get-started/VeloxStageResourceAdj.md
+++ b/docs/get-started/VeloxStageResourceAdj.md
@@ -35,7 +35,7 @@ Add the following configurations to your Spark application:
 
 #### **1. Enable Auto-Adjustment**
 ```properties  
-spark.gluten.auto.AdjustStageResource.enabled=true  
+spark.gluten.auto.adjustStageResource.enabled=true  
 ```
 ### **How It Works**
 The framework analyzes each stage during query planning and adjusts resource 
profiles in following scenarios:
@@ -72,4 +72,4 @@ And the execution plan will like following with 
ApplyResourceProfile node insert
 • Tested with YARN/Kubernetes; other resource managers may need validation.
 
 
-For issues or feedback, refer to 
[GLUTEN-8018](https://github.com/apache/incubator-gluten/issues/8018).
\ No newline at end of file
+For issues or feedback, refer to 
[GLUTEN-8018](https://github.com/apache/incubator-gluten/issues/8018).


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

Reply via email to