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 d30faef08 [KYUUBI #4734] [Docs] Fix typo in docs of custom event
handler
d30faef08 is described below
commit d30faef08cbf6541f2edc1039c78e1a74625f44d
Author: liangbowen <[email protected]>
AuthorDate: Wed Apr 19 15:48:09 2023 +0800
[KYUUBI #4734] [Docs] Fix typo in docs of custom event handler
### _Why are the changes needed?_
- to fix typo in dependency reference in doc of custom event handler

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [x] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #4734 from bowenliang123/fix-event-doc.
Closes #4734
470c6d1a8 [Bowen Liang] Update docs/extensions/server/events.rst
afbe163b3 [liangbowen] use the `release` directive
1a5542f54 [liangbowen] fix doc of custom event handler
Lead-authored-by: liangbowen <[email protected]>
Co-authored-by: Bowen Liang <[email protected]>
Signed-off-by: liangbowen <[email protected]>
---
docs/extensions/server/events.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/extensions/server/events.rst
b/docs/extensions/server/events.rst
index 832c1e5df..aee7d4899 100644
--- a/docs/extensions/server/events.rst
+++ b/docs/extensions/server/events.rst
@@ -51,12 +51,12 @@ To create custom EventHandlerProvider class derived from
the above interface, we
- Referencing the library
-.. code-block:: xml
+.. parsed-literal::
<dependency>
<groupId>org.apache.kyuubi</groupId>
- <artifactId>kyuubi-event_2.12</artifactId>
- <version>1.7.0-incubating</version>
+ <artifactId>kyuubi-events_2.12</artifactId>
+ <version>\ |release|\</version>
<scope>provided</scope>
</dependency>