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

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 75ef522f1 [MINOR] docs(flink): fix flink paimon document (#6323)
75ef522f1 is described below

commit 75ef522f1a3e21a24c6dbc1c4d5c25a6e5b60193
Author: FANNG <[email protected]>
AuthorDate: Fri Jan 17 21:36:02 2025 +0800

    [MINOR] docs(flink): fix flink paimon document (#6323)
    
    ### 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
---
 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