Hisoka-X commented on code in PR #7335:
URL: https://github.com/apache/seatunnel/pull/7335#discussion_r1706637310


##########
docs/zh/connector-v2/sink/Paimon.md:
##########
@@ -30,21 +30,20 @@ libfb303-xxx.jar
 
 ## 连接器选项
 
-|             名称              | 类型  | 是否必须 |             默认值              |    
                                            描述                                  
               |
-|-----------------------------|-----|------|------------------------------|---------------------------------------------------------------------------------------------------|---|
-| warehouse                   | 字符串 | 是    | -                            | 
Paimon warehouse路径                                                              
                  |
-| catalog_type                | 字符串 | 否    | filesystem                   | 
Paimon的catalog类型,目前支持filesystem和hive                                            
                  |
-| catalog_uri                 | 字符串 | 否    | -                            | 
Paimon catalog的uri,仅当catalog_type为hive时需要配置                                     
                  |   |
-| database                    | 字符串 | 是    | -                            | 
数据库名称                                                                           
                  |
-| table                       | 字符串 | 是    | -                            | 表名 
                                                                                
               |
-| hdfs_site_path              | 字符串 | 否    | -                            | 
hdfs-site.xml文件路径                                                               
                  |
-| schema_save_mode            | 枚举  | 否    | CREATE_SCHEMA_WHEN_NOT_EXIST | 
Schema保存模式                                                                      
                  |
-| data_save_mode              | 枚举  | 否    | APPEND_DATA                  | 
数据保存模式                                                                          
                  |
-| paimon.table.primary-keys   | 字符串 | 否    | -                            | 
主键字段列表,联合主键使用逗号分隔(注意:分区字段需要包含在主键字段中)                                            
                  |
-| paimon.table.partition-keys | 字符串 | 否    | -                            | 
分区字段列表,多字段使用逗号分隔                                                                
                  |

Review Comment:
   Why deleted this config?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to