comphead commented on code in PR #20006:
URL: https://github.com/apache/datafusion/pull/20006#discussion_r2742511899
##########
datafusion/spark/src/function/math/negative.rs:
##########
@@ -56,7 +56,7 @@ impl Default for SparkNegative {
impl SparkNegative {
pub fn new() -> Self {
Self {
- signature: Signature::numeric(1, Volatility::Immutable),
+ signature: Signature::any(1, Volatility::Immutable),
Review Comment:
would be that possible to list input datatypes instead of whitelisting all
of them?
--
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]