Re: [I] regexp_match does not support Utf8View [datafusion]

2024-11-11 Thread via GitHub
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

Re: [I] regexp_match does not support Utf8View [datafusion]

2024-11-11 Thread via GitHub
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

Re: [I] regexp_match does not support Utf8View [datafusion]

2024-11-11 Thread via GitHub
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

Re: [I] regexp_match does not support Utf8View [datafusion]

2024-11-11 Thread via GitHub
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

[I] regexp_match does not support Utf8View [datafusion]

2024-11-11 Thread via GitHub
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]),