alamb commented on code in PR #17424: URL: https://github.com/apache/datafusion/pull/17424#discussion_r2366227643
########## datafusion/spark/src/function/datetime/date_sub.rs: ########## @@ -114,7 +114,7 @@ fn spark_date_sub(args: &[ArrayRef]) -> Result<ArrayRef> { } _ => { return internal_err!( - "Spark `date_add` function: argument must be int8, int16, int32, got {:?}", + "Spark `date_sub` function: argument must be int8, int16, int32, got {:?}", Review Comment: 😍 -- 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