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

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


The following commit(s) were added to refs/heads/branch-1.6 by this push:
     new 1b6e1e732 [KYUUBI #4197][DOCS] Fix typo in a title of the Flink FTS 
Connector
1b6e1e732 is described below

commit 1b6e1e732d4be7961f0e66b328b356442da711e0
Author: Luning Wang <[email protected]>
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 <[email protected]>
    Signed-off-by: liangbowen <[email protected]>
    (cherry picked from commit af60f6ad42866ed27765e5d76a1363dbe7c03649)
    Signed-off-by: liangbowen <[email protected]>
---
 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
 

Reply via email to