Omega359 closed issue #13357: regexp_match does not support Utf8View
URL: https://github.com/apache/datafusion/issues/13357
--
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 u
Omega359 commented on issue #13357:
URL: https://github.com/apache/datafusion/issues/13357#issuecomment-2469187378
Closing as a duplicate
--
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 speci
Omega359 commented on issue #13357:
URL: https://github.com/apache/datafusion/issues/13357#issuecomment-2469170847
This ticket is a duplicate of
https://github.com/apache/datafusion/issues/11911
--
This is an automated message from the Apache Git Service.
To respond to the message, please
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/28
Omega359 opened a new issue, #13357:
URL: https://github.com/apache/datafusion/issues/13357
### Describe the bug
regexp match's signature:
```
// TODO: Native support Utf8View for regexp_match.
TypeSignature::Exact(vec![Utf8, Utf8]),