moulimukherjee opened a new pull request #1241:
URL: https://github.com/apache/iceberg/pull/1241


   Plumbing to add extra custom metadata to snapshot summary via write options.
   
   Context: We make use of airflow to run spark jobs, and want to pass a 
separate external ID and some versioning information linking to an airflow run 
for each snapshot created. Currently to do this, we have to fork the Writer 
just to override the commitOperation. 
   
   The changes in this PR would allow custom metadata via write options which 
start with a particular prefix (`extra-metadata.`). 
   
   cc? @rdblue 


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

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