Commits


Diana Clarke authored and Yibo Cai committed a542e524e1f
ARROW-12145: [Developer][Archery] Flaky: test_static_runner_from_json This test assumes: ``` artificial_reg, normal = RunnerComparator(contender, baseline).comparisons ``` When the return order could be: ``` normal, artificial_reg = RunnerComparator(contender, baseline).comparisons ``` The return order of `comparisons` isn't deterministic. See: https://issues.apache.org/jira/browse/ARROW-12145 Closes #9843 from dianaclarke/ARROW-12145 Authored-by: Diana Clarke <diana.joan.clarke@gmail.com> Signed-off-by: Yibo Cai <yibo.cai@arm.com>