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/01/20 03:28:41 UTC

[kyuubi] branch master updated: [KYUUBI #4197][DOCS] Fix typo in a title of the Flink FTS Connector

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 af60f6ad4 [KYUUBI #4197][DOCS] Fix typo in a title of the Flink FTS Connector
af60f6ad4 is described below

commit af60f6ad42866ed27765e5d76a1363dbe7c03649
Author: Luning Wang <wa...@gmail.com>
AuthorDate: Fri Jan 20 11:28:23 2023 +0800

    [KYUUBI #4197][DOCS] Fix typo in a title of the Flink FTS Connector
    
    ### _Why are the changes needed?_
    
    ### _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.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4198 from a49a/fts-typo.
    
    Closes #4197
    
    306b16b2 [Luning Wang] [KYUUBI #4197][DOCS] Fix typo in a title of the Flink FTS Connector
    
    Authored-by: Luning Wang <wa...@gmail.com>
    Signed-off-by: liangbowen <li...@gf.com.cn>
---
 docs/connector/flink/flink_table_store.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/connector/flink/flink_table_store.rst b/docs/connector/flink/flink_table_store.rst
index c2fd6679d..14c576bf3 100644
--- a/docs/connector/flink/flink_table_store.rst
+++ b/docs/connector/flink/flink_table_store.rst
@@ -96,7 +96,7 @@ Taking ``Streaming Query`` as a example,
    SET 'execution.runtime-mode' = 'streaming';
    SELECT * FROM MyTable /*+ OPTIONS ('log.scan'='latest') */;
 
-Taking ``Rescale Bucket` as a example,
+Taking ``Rescale Bucket`` as a example,
 
 .. code-block:: sql