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/incubator-kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 0f51279cb [KYUUBI #3703][DOCS] Fix typo in localLog REST API
0f51279cb is described below
commit 0f51279cb363185710bedcf358f782d0f77d6b1a
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]>
---
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 1878b3846..d494fbd79 100644
--- a/docs/client/rest/rest_api.md
+++ b/docs/client/rest/rest_api.md
@@ -344,10 +344,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 |
## Admin Resource