Commits


Mike Seddon authored and Andrew Lamb committed beb1c1b35be
ARROW-12186: [Rust][DataFusion] Fix regexp_match test This just moves the tests to allow the feature-flag to be used and pass this kind of test (where previously it would fail) ```bash cargo test --no-default-features --features cli ``` Closes #9874 from seddonm1/regexp_match_test Authored-by: Mike Seddon <seddonm1@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>