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

chengpan 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 4be584cab [KYUUBI #5599] Correct the parameter name of fetching op log 
in RESTful API
4be584cab is described below

commit 4be584cabed33e256963bab97723e8f4d57c9328
Author: GianlucaPrincipini <[email protected]>
AuthorDate: Mon Nov 13 10:10:07 2023 +0800

    [KYUUBI #5599] Correct the parameter name of fetching op log in RESTful API
    
    ### _Why are the changes needed?_
    
    It corrects the fetching op log Rest API documentation to match request 
parameter case in code, solving issue #5599
    
    ### _How was this patch tested?_
    No tests needed.
    
    ### _Was this patch authored or co-authored using generative AI tooling?_
    
    No AI tool has been used for this patch.
    
    Closes #5673 from GianlucaPrincipini/fix-fetching-op-log-param-doc.
    
    Closes #5599
    
    f134af050 [GianlucaPrincipini] Change maxRows "param" to "maxrows" in 
documentation
    
    Authored-by: GianlucaPrincipini <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 docs/client/rest/rest_api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/client/rest/rest_api.md b/docs/client/rest/rest_api.md
index fc04857d0..2fa2a7bf7 100644
--- a/docs/client/rest/rest_api.md
+++ b/docs/client/rest/rest_api.md
@@ -297,7 +297,7 @@ Get a list of operation log lines of the running operation 
by the specified oper
 
 | Name    | Description                           | Type |
 |:--------|:--------------------------------------|:-----|
-| maxRows | The max row that are pulled each time | Int  |
+| maxrows | The max row that are pulled each time | Int  |
 
 #### Response Body
 

Reply via email to