Whats the expected behavior when fixers partition the same files in different ways?
I'm seeing some weird behavior where I'm expecting a single partition (containing all the files I care about) but am receiving multiple invocations to the fix rule with 1 file each.
From what I can tell there is some interaction with another fixer that is partitioning differently, because when I disable it, it behaves as expected.