Skip to content

Commit 29eb132

Browse files
authored
Update datafusion/functions/src/regexp_common.rs
1 parent 4344bc8 commit 29eb132

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datafusion/functions/src/regexp_common.rs

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ use arrow::array::{LargeStringArray, StringArray, StringViewArray};
4141
///
4242
/// It is inspired / copied from `regexp_is_match_utf8` [arrow-rs].
4343
///
44+
/// Can remove when <https://github.com/apache/arrow-rs/issues/6370> is implemented upstream
45+
///
4446
/// [arrow-rs]: https://github.com/apache/arrow-rs/blob/8c956a9f9ab26c14072740cce64c2b99cb039b13/arrow-string/src/regexp.rs#L31-L37
4547
pub fn regexp_is_match_utf8<'a, S1, S2, S3>(
4648
array: &'a S1,

0 commit comments

Comments
 (0)