Skip to content

Commit

Permalink
[MINOR] docs(flink): fix flink paimon document (#6323)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
FANNG1 authored Jan 17, 2025
1 parent 5c9685c commit 75ef522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flink-connector/flink-catalog-paimon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down

0 comments on commit 75ef522

Please sign in to comment.