You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by bo...@apache.org on 2023/04/19 07:48:22 UTC

[kyuubi] branch master updated: [KYUUBI #4734] [Docs] Fix typo in docs of custom event handler

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

bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c2f6f9e9 [KYUUBI #4734] [Docs] Fix typo in docs of custom event handler
2c2f6f9e9 is described below

commit 2c2f6f9e93cad8ec436f6a658efadfe275cb0073
Author: liangbowen <li...@gf.com.cn>
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
    
    ![image](https://user-images.githubusercontent.com/1935105/233002453-76b04fc1-72a2-4171-b39f-05e558970c4f.png)
    
    ### _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 <li...@gf.com.cn>
    Co-authored-by: Bowen Liang <li...@gf.com.cn>
    Signed-off-by: liangbowen <li...@gf.com.cn>
---
 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>