Commits


Weston Pace authored and David Li committed 690e3644d83
ARROW-14238: [Python] "could not run mc" error in test_fs.py The error appears to be due to an older version of mc. This PR adds a minimum version check to ensure that we are working with a recent version of mc. If we are not it will skip the test. Closes #11408 from westonpace/bugfix/ARROW-14238--check-mc-version-in-test Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>