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

yao 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 0e0134a9a48d [MINOR][DOCS] correct the doc error in configuration page 
(fix rest to reset)
0e0134a9a48d is described below

commit 0e0134a9a48d3f58e81d26d01637dca6f2b05a92
Author: NOTHING <wcxonthe...@126.com>
AuthorDate: Tue May 21 13:46:29 2024 +0800

    [MINOR][DOCS] correct the doc error in configuration page (fix rest to 
reset)
    
    ### What changes were proposed in this pull request?
    1. correct the doc error in spark-docs's  `configuration` page, it should 
be ```reset to their initial values by RESET command```, not ```rest to their 
initial values by RESET command```
    
    ### Why are the changes needed?
    1. correct the doc error to make the doc clearer
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    no need to test, just spell a word incorrectly
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #46663 from Justontheway/patch-1.
    
    Authored-by: NOTHING <wcxonthe...@126.com>
    Signed-off-by: Kent Yao <y...@apache.org>
---
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index cb1fb6fba958..ecd9cd75487f 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -3396,7 +3396,7 @@ Spark subsystems.
 
 Runtime SQL configurations are per-session, mutable Spark SQL configurations. 
They can be set with initial values by the config file
 and command-line options with `--conf/-c` prefixed, or by setting `SparkConf` 
that are used to create `SparkSession`.
-Also, they can be set and queried by SET commands and rest to their initial 
values by RESET command,
+Also, they can be set and queried by SET commands and reset to their initial 
values by RESET command,
 or by `SparkSession.conf`'s setter and getter methods in runtime.
 
 {% include_api_gen generated-runtime-sql-config-table.html %}


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

Reply via email to