Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the Merge Set accumulator thread safe
- Merge uses an accumulator to get the list of matching AddFiles that is not thread safe and can lead to tasks failing in very large merges. - This PR aims to fix this issue using` java.util.Collections.synchronizedSet` GitOrigin-RevId: b4bf64ff3e39aab239e50c81c7b217da72fb78e6
- Loading branch information