From 8d3d5bab7f736d8cf200fa98d0f2cfe3bdb44d6e Mon Sep 17 00:00:00 2001 From: Luning Wang Date: Sat, 29 Oct 2022 10:37:55 +0000 Subject: [PATCH] [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 Signed-off-by: Cheng Pan (cherry picked from commit 0f51279cb363185710bedcf358f782d0f77d6b1a) Signed-off-by: Cheng Pan --- 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