Skip to content

Commit

Permalink
[KYUUBI #4197][DOCS] Fix typo in a title of the Flink FTS Connector
Browse files Browse the repository at this point in the history
### _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

306b16b [Luning Wang] [KYUUBI #4197][DOCS] Fix typo in a title of the Flink FTS Connector

Authored-by: Luning Wang <wang4luning@gmail.com>
Signed-off-by: liangbowen <liangbowen@gf.com.cn>
(cherry picked from commit af60f6a)
Signed-off-by: liangbowen <liangbowen@gf.com.cn>
  • Loading branch information
a49a authored and bowenliang123 committed Jan 20, 2023
1 parent be23ec8 commit 1b6e1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connector/flink/flink_table_store.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b6e1e7

Please sign in to comment.