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

fanng pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-0.8 by this push:
     new 637f4f0b8 [MINOR] docs(flink): fix flink paimon document (#6324)
637f4f0b8 is described below

commit 637f4f0b82bd1cc8c3ec1f7a3c2a92435388555b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 17 22:35:07 2025 +0800

    [MINOR] docs(flink): fix flink paimon document (#6324)
    
    ### What changes were proposed in this pull request?
    
    rename `paimon_tabla_a ` to `paimon_table_a`
    
    ### Why are the changes needed?
    
    table name is wrong.
    
    
    ### Does this PR introduce _any_ user-facing change?
    
    no
    
    ### How was this patch tested?
    
    just document
    
    Co-authored-by: FANNG <[email protected]>
---
 docs/flink-connector/flink-catalog-paimon.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/flink-connector/flink-catalog-paimon.md 
b/docs/flink-connector/flink-catalog-paimon.md
index 9a4f4f46a..e994233b3 100644
--- a/docs/flink-connector/flink-catalog-paimon.md
+++ b/docs/flink-connector/flink-catalog-paimon.md
@@ -66,7 +66,7 @@ SET 'execution.runtime-mode' = 'batch';
 SET 'sql-client.execution.result-mode' = 'tableau';
 -- [INFO] Execute statement succeed.
 
-CREATE TABLE paimon_tabla_a (
+CREATE TABLE paimon_table_a (
     aa BIGINT,
     bb BIGINT
 );

Reply via email to