You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iceberg.apache.org by GitBox <gi...@apache.org> on 2018/12/08 00:32:43 UTC

[GitHub] rdblue opened a new issue #42: Add an action to cherry-pick changes in a snapshot and apply them on another snapshot

rdblue opened a new issue #42: Add an action to cherry-pick changes in a snapshot and apply them on another snapshot
URL: https://github.com/apache/incubator-iceberg/issues/42
 
 
   In an audit workflow, new data is written to an orphan snapshot that is not committed as the table's current state until it is audited. After auditing a change, it may need to be applied or cherry-picked on top of the latest snapshot instead of the one that was current when the audited changes were created.
   
   Iceberg needs to support cherry-picking the changes from an orphan snapshot by applying them to the current snapshot.
   
   Cherry-picking should always apply the exact set of changes that were done in the original commit. If files were deleted, then those files must still exist in the data set. All added files should be added to the new version. Also, if an overwrite by expression replaced 0 files, then there must be no files matching the expression.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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