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

bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 74e52f692 [KYUUBI #5409] [DOCS] Update config docs regeneratoin hints 
in developer guide
74e52f692 is described below

commit 74e52f6924b8bd6a106925673c215383c0d50cf7
Author: Bowen Liang <[email protected]>
AuthorDate: Thu Oct 12 15:11:18 2023 +0800

    [KYUUBI #5409] [DOCS] Update config docs regeneratoin hints in developer 
guide
    
    ### _Why are the changes needed?_
    
    - Update the regeneration hits for `setting.md` in `develop.md`, as the 
config doc`settings.md` is checked and able to regenearted by 
`dev/gen/gen_all_config_docs.sh` script.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run 
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    ### _Was this patch authored or co-authored using generative AI tooling?_
    
    No.
    
    Closes #5409 from bowenliang123/regen-settings.
    
    Closes #5409
    
    985f39e51 [Bowen Liang] update docs
    
    Authored-by: Bowen Liang <[email protected]>
    Signed-off-by: Bowen Liang <[email protected]>
---
 docs/contributing/code/developer.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/contributing/code/developer.md 
b/docs/contributing/code/developer.md
index ef6fb7988..518d71871 100644
--- a/docs/contributing/code/developer.md
+++ b/docs/contributing/code/developer.md
@@ -46,8 +46,7 @@ You can run `dev/reformat` to format all Java and Scala code.
 
 Kyuubi uses settings.md to explain available configurations.
 
-You can run `KYUUBI_UPDATE=1 build/mvn clean test -pl kyuubi-server -am 
-Pflink-provided,spark-provided,hive-provided 
-DwildcardSuites=org.apache.kyuubi.config.AllKyuubiConfiguration`
-to append descriptions of new configurations to settings.md.
+You can run `dev/gen/gen_all_config_docs.sh` to append and update descriptions 
of new configurations to `settings.md`.
 
 ## Generative Tooling Usage
 

Reply via email to