shehabgamin commented on code in PR #14268: URL: https://github.com/apache/datafusion/pull/14268#discussion_r1928539454
########## datafusion/functions/src/string/ascii.rs: ########## @@ -61,7 +64,15 @@ impl Default for AsciiFunc { impl AsciiFunc { pub fn new() -> Self { Self { - signature: Signature::string(1, Volatility::Immutable), + signature: Signature::one_of( + vec![ + TypeSignature::String(1), + TypeSignature::Coercible(vec![TypeSignatureClass::Native( Review Comment: @jayzhan211 You can find the test failures here if interested! https://github.com/lakehq/sail/commit/372e13b7abbdaf157a3983b22f9255082f1f0296#diff-bb36d996163d98235e107f8203c9c24be34ef71c84f8afa4a420a8e483102e3e -- 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