jayzhan211 commented on issue #11522: URL: https://github.com/apache/datafusion/issues/11522#issuecomment-2275204276
The reason is that we currently use `VariadicAny` for functions that at least one args. If we now accept empty args for `VariadicAny`, we need to do tons of non-zero length check for them. functions that accept 0 is little, therefore adding Any(0) is easy. -- 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]
