Skip to content

Commit

Permalink
[add] add the way of create paimon table before test to paimonwriter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
awol2005ex committed Jan 23, 2025
1 parent 30ce1e7 commit 637f861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writer/paimonwriter.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public class CreatePaimonTable {
Spark 或者 flink 环境创建表

```sql
CREATE TABLE if not exists test.test2 tblproperties (
CREATE TABLE if not exists test.test2(id int ,name string) tblproperties (
'primary-key' = 'id',
'bucket' = '1',
'bucket-key' = 'id'
Expand Down

0 comments on commit 637f861

Please sign in to comment.