daksha121 opened a new pull request #2848:
URL: https://github.com/apache/iceberg/pull/2848


   We have some scenarios for which we need to support opinionated writes to 
Iceberg tables using Spark.
   In an attempt to support those, we plan to extend the SparkWriteBuilder and 
SparkWrite classes. One example of the scenarios we are trying to achieve:
   
   - We want to be able to allow **only** incremental writes to the Iceberg 
table. If the above classes were made public, we could extend them and block 
all actions except incremental writes. Either based on a custom table property 
or even by default.
   
   Please let us know if there are alternative ways for us to support such 
functionality using Iceberg.
   
   cc: @SreeramGarlapati 


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to