[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 <wang4luning@gmail.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
(cherry picked from commit 0f51279cb3)
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
Luning Wang 2022-10-29 10:37:55 +00:00 committed by Cheng Pan
parent aa8c93264e
commit 8d3d5bab7f

View File

@ -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