stevenzwu commented on pull request #3998:
URL: https://github.com/apache/iceberg/pull/3998#issuecomment-1027610771


   initially, I misread the intention was to do partition overwrite for commit
   ```
       public Builder overwrite(boolean newOverwrite) {
         this.overwrite = newOverwrite;
         return this;
       }
   ```
   
   Can we update the PR title to sth like "Support override write configuration 
on top of table properties in FlinkSink builder"?


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to