XiangpengHao commented on code in PR #11556:
URL: https://github.com/apache/datafusion/pull/11556#discussion_r1685554053


##########
datafusion/functions/src/regex/regexpreplace.rs:
##########
@@ -54,6 +57,7 @@ impl RegexpReplaceFunc {
             signature: Signature::one_of(
                 vec![
                     Exact(vec![Utf8, Utf8, Utf8]),
+                    Exact(vec![Utf8View, Utf8, Utf8]),

Review Comment:
   Here I added `Exact(vec![Utf8View, Utf8, Utf8])`, but I wonder if other 
combinations  might also work, e.g., `Exact(vec![LargeUtf8, Utf8, Utf8])`, 
`Exact(vec![Utf8View, Utf8, LargeUtf8])` etc.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to