pvary commented on issue #10892:
URL: https://github.com/apache/iceberg/issues/10892#issuecomment-2278393063

   > I would say no. multiple jobs writing to the same table is a good example.
   
   Theoretically it is possible to revert only the changes done by the given 
job (for append only tables). Still not sure we have to do so, but we could.
   
   > BTW, this can be done by snapshots metadata table query with a filter on 
the summary column, right?
   
   That's the easy part. Harder to find the correct checkpointId, operatorId, 
jobId - this needs state parsing 


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