dark2momo commented on issue #7277:
URL: https://github.com/apache/paimon/issues/7277#issuecomment-4009363312

    I've submitted PR #7353 to fix this issue.                                  
                                                                                
                  
                                                                                
                                                                                
                   
     The fix adds an optional `ignoreIfExists` parameter to the `create_branch` 
operation:                                                                      
                   
     - **Default behavior**: keeps the original behavior (throws exception if 
branch exists)                                                                  
                     
     - **With `ignoreIfExists = true`**: silently skips creation if branch 
already exists                                                                  
                        
                                                                                
                                                                                
                   
     This is similar to how `CREATE TABLE IF NOT EXISTS` works in SQL.


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