jayzhan211 commented on code in PR #14440: URL: https://github.com/apache/datafusion/pull/14440#discussion_r1945854733
########## datafusion/functions/src/string/repeat.rs: ########## @@ -65,10 +65,17 @@ impl Default for RepeatFunc { impl RepeatFunc { pub fn new() -> Self { Self { - signature: Signature::coercible( + signature: Signature::coercible_v2( vec![ - TypeSignatureClass::Native(logical_string()), - TypeSignatureClass::Native(logical_int64()), Review Comment: In v1 version, any integer is casted to the defined NativeType's default casted type which is i64 in this case. -- 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