Skip to content

Commit

Permalink
adding dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Mar 2, 2024
1 parent 59963ad commit 7769fca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/functions/src/regex/regexpmatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ mod tests {
use arrow::array::{GenericStringBuilder, ListBuilder};
use arrow_array::StringArray;

use crate::regex::regexpmatch::regexp_match;

#[test]
fn test_case_sensitive_regexp_match() {
let values = StringArray::from(vec!["abc"; 5]);
Expand Down

0 comments on commit 7769fca

Please sign in to comment.