You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by cz...@apache.org on 2022/11/14 11:21:43 UTC

[flink-table-store] branch master updated: [FLINK-30012]Fix a typo in official Table Store document.

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

czweng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new 5205627e [FLINK-30012]Fix a typo in official Table Store document.
5205627e is described below

commit 5205627e553ce17bd414b33354c2c3c2fe8c41a5
Author: Stan <53...@users.noreply.github.com>
AuthorDate: Mon Nov 14 19:21:38 2022 +0800

    [FLINK-30012]Fix a typo in official Table Store document.
    
    This closes #380.
---
 docs/content/docs/development/rescale-bucket.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/development/rescale-bucket.md b/docs/content/docs/development/rescale-bucket.md
index 476d21d8..337b1063 100644
--- a/docs/content/docs/development/rescale-bucket.md
+++ b/docs/content/docs/development/rescale-bucket.md
@@ -45,7 +45,7 @@ FROM table_identifier
 
 Please note that
 - `ALTER TABLE` only modifies the table's metadata and will **NOT** reorganize or reformat existing data. 
-  Reorganize exiting data must be achieved by `INSERT OVERWRITE`.
+  Reorganize existing data must be achieved by `INSERT OVERWRITE`.
 - Rescale bucket number does not influence the read and running write jobs.
 - Once the bucket number is changed, any newly scheduled `INSERT INTO` jobs which write to without-reorganized 
   existing table/partition will throw a `TableException` with message like