Omega359 commented on issue #13357: URL: https://github.com/apache/datafusion/issues/13357#issuecomment-2469167377
A good part of the reason why this hasn't been done in DF is that the corresponding functions in arrow-rs do not support StringView - https://github.com/apache/arrow-rs/blob/28878d375c5bb1c2f5adb46b287e16cea768b6e7/arrow-string/src/regexp.rs#L400 The regexp_is_match* functions were updated as part of https://github.com/apache/arrow-rs/issues/6370 / https://github.com/apache/arrow-rs/pull/6376 by @lamb (ticket and review) and @tlm365 (code update) - we will need to file a similar ticket for regexp_match as well -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org