SreeramGarlapati opened a new pull request #3517: URL: https://github.com/apache/iceberg/pull/3517
Delete operations on iceberg table can translate to Snapshots of type `DataOperations.DELETE` or `DataOperations.OVERWRITE`. `DataOperations.DELETE` - when the delete operation on the table translates to full file deletes (for ex: deletes wiping out partitions using partitionKey level predicates) `DataOperations.OVERWRITE` - is the most common case of Delete. @rdblue / @aokolnychyi / @RussellSpitzer / @kbendick - pl. lemme know what you folks think & once we achieve principal level alignment - I will add unittests. -- 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]
