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

chengpan pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new e73ea0b32 [KYUUBI #5599] Correct the parameter name of fetching op log 
in RESTful API
e73ea0b32 is described below

commit e73ea0b324324a9d56e33ed2aa5310f06f11bd1f
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]>
    (cherry picked from commit 4be584cabed33e256963bab97723e8f4d57c9328)
    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 6488f3e68..c251c929b 100644
--- a/docs/client/rest/rest_api.md
+++ b/docs/client/rest/rest_api.md
@@ -296,7 +296,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