Skip to content

Make sure MERGE INTOs don't step on each other.

Xcollazo requested to merge make-sure-merges-dont-step-on-each-other into main

In this MR we switch from doing BETWEENs to simple binary comparisons in all the jobs. The reason we do this change is that BETWEEN is inclusive of the bounds, and this can cause issues when doing to MERGE INTOs in parallel as they conflict at commit time.

Merge request reports