You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/07/31 23:39:23 UTC

[GitHub] [incubator-iceberg] rdblue opened a new pull request #342: Spark: Add support for write-audit-publish workflows.

rdblue opened a new pull request #342: Spark: Add support for write-audit-publish workflows.
URL: https://github.com/apache/incubator-iceberg/pull/342
 
 
   This adds support for write-audit-publish (WAP) workflows. When a WAP write is committed, the new table snapshot is added to table metadata but not made the current table snapshot. Instead, an external audit process runs to validate the new data and publishes the new snapshot (updates the table's current snapshot) only when audits pass.
   
   This adds a table property, `write.wap.enabled`, that must be true for a commit to be staged. Similarly, a table property, `spark.wap.id`, must be set in a job for that job's changes to be staged.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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