Re: [PR] Improve error messages for incorrect zero argument signatures [datafusion]

2024-12-23 Thread via GitHub
alamb merged PR #13881: URL: https://github.com/apache/datafusion/pull/13881 -- 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...@datafusi

Re: [PR] Improve error messages for incorrect zero argument signatures [datafusion]

2024-12-23 Thread via GitHub
alamb commented on PR #13881: URL: https://github.com/apache/datafusion/pull/13881#issuecomment-2559813476 Thank you for the review @jayzhan211 -- 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 th

Re: [PR] Improve error messages for incorrect zero argument signatures [datafusion]

2024-12-23 Thread via GitHub
alamb commented on PR #13881: URL: https://github.com/apache/datafusion/pull/13881#issuecomment-2559813030 here is a PR to just update the signatures: - https://github.com/apache/datafusion/pull/13881 -- This is an automated message from the Apache Git Service. To respond to the message

Re: [PR] Improve error messages for incorrect zero argument signatures [datafusion]

2024-12-22 Thread via GitHub
alamb commented on code in PR #13881: URL: https://github.com/apache/datafusion/pull/13881#discussion_r1894938593 ## datafusion/expr/src/type_coercion/functions.rs: ## @@ -50,17 +50,23 @@ pub fn data_types_with_scalar_udf( func: &ScalarUDF, ) -> Result> { let signatur