Commits


mqy authored and Andrew Lamb committed 22d28e9dfc9
ARROW-10952: [Rust] Add pre-commit hook If a commit contains only fixes for rust format, it would be very sad to wait for the slow CI checking done, and it may block the CI checking for other PRs. So, this PR adds a git pre-commit hook file, which performs the "cargo fmt --check" Closes #8953 from mqy/ARROW-10952_Add-pre-commit-hook Authored-by: mqy <meng.qingyou@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>