Is your feature request related to a problem or challenge?
arrow-rs 50 includes this functionality mentioned in a comment in the file:
/// TODO: Remove this once it is included in arrow-rs new release.
/// <https://github.com/apache/arrow-rs/pull/5235>
fn _regexp_match<OffsetSize: OffsetSizeTrait>(
thus this function can be removed and the arrow-rs implementation can be called directly.
As noted in #9102 (comment)
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem or challenge?
arrow-rs 50 includes this functionality mentioned in a comment in the file:
thus this function can be removed and the arrow-rs implementation can be called directly.
As noted in #9102 (comment)
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response