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

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


The following commit(s) were added to refs/heads/branch-1.6 by this push:
     new 8d3d5bab7 [KYUUBI #3703][DOCS] Fix typo in localLog REST API
8d3d5bab7 is described below

commit 8d3d5bab7f736d8cf200fa98d0f2cfe3bdb44d6e
Author: Luning Wang <[email protected]>
AuthorDate: Sat Oct 29 10:37:55 2022 +0000

    [KYUUBI #3703][DOCS] Fix typo in localLog REST API
    
    ### _Why are the changes needed?_
    Fix typo in localLog of batch REST API
    
    ### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #3704 from deadwind4/batch-typo.
    
    Closes #3703
    
    d89390d9 [Luning Wang] [KYUUBI #3703][DOCS] Fix typo in localLog REST API
    
    Authored-by: Luning Wang <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit 0f51279cb363185710bedcf358f782d0f77d6b1a)
    Signed-off-by: Cheng Pan <[email protected]>
---
 docs/client/rest/rest_api.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/client/rest/rest_api.md b/docs/client/rest/rest_api.md
index e9a40c961..dd5e26760 100644
--- a/docs/client/rest/rest_api.md
+++ b/docs/client/rest/rest_api.md
@@ -101,10 +101,10 @@ Gets the local log lines from this batch.
 
 #### Response Body
 
-| Name      | Description       | Type          |
-| :-------- | :---------------- |:--------------|
-| logRowSet | The log lines     | List of sting |
-| rowCount  | The log row count | Int           |
+| Name      | Description       | Type            |
+| :-------- | :---------------- |:----------------|
+| logRowSet | The log lines     | List of Strings |
+| rowCount  | The log row count | Int             |
 
 ### Batch
 

Reply via email to