hailin0 commented on code in PR #8094:
URL: https://github.com/apache/seatunnel/pull/8094#discussion_r1858318548


##########
docs/en/connector-v2/sink/Iceberg.md:
##########
@@ -76,6 +76,7 @@ libfb303-xxx.jar
 | iceberg.table.upsert-mode-enabled      | boolean | no       | false          
              | Set to `true` to enable upsert mode, default is `false`         
                                                                                
                                                                                
                                                                                
          |
 | schema_save_mode                       | Enum    | no       | 
CREATE_SCHEMA_WHEN_NOT_EXIST | the schema save mode, please refer to 
`schema_save_mode` below                                                        
                                                                                
                                                                                
                                    |
 | data_save_mode                         | Enum    | no       | APPEND_DATA    
              | the data save mode, please refer to `data_save_mode` below      
                                                                                
                                                                                
                                                                                
          |
+| custom_sql                             | string  | no       | -              
              | Custom `delete` data sql for data save mode. e.g: `delete from 
... where ...`                                                                  
                                                                                
                                                                                
           |

Review Comment:
   Please look at this method
   
   
https://github.com/apache/iceberg/blob/430ebff8ea4f947a8cef1ad181b19ed5157ef26b/api/src/main/java/org/apache/iceberg/expressions/Expressions.java#L32



-- 
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