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

taiyangli 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 987ff2e801 fix typo of 
spark.gluten.auto.AdjustStageResource.enabled=true (#11486)
987ff2e801 is described below

commit 987ff2e8010f0ce92668899f38869e1aef8d75b4
Author: 李扬 <[email protected]>
AuthorDate: Mon Jan 26 14:23:56 2026 +0800

    fix typo of spark.gluten.auto.AdjustStageResource.enabled=true (#11486)
    
    Co-authored-by: liyang.127 <[email protected]>
---
 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