Hi, Let's say there are N (e.g. 32) distributed processes writing to different (non-overlapping) partitions in the same Iceberg table in parallel. When all of them finish writing, is there a way to do a single commit (by a coordinator process) at the end so that either all or none is committed?
I see that there is a snapshot staging support, but can we cherry-pick multiple staged snapshots (as long as it is safe)? Thanks, Mayur