This is an automated email from the ASF dual-hosted git repository. roryqi pushed a commit to branch ISSUE-6353 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 6b89e17132bbd4790b4470e4a152d7c030293596 Author: FANNG <xiaoj...@datastrato.com> 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 9a4f4f46a9..e994233b3b 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 );