mattisonchao commented on PR #24751: URL: https://github.com/apache/datafusion/pull/24751#issuecomment-5580329128
Sure—I temporarily changed an `nvl` argument name from `expression1` to `expression-1` and ran the new test. It failed with: ```text UDF argument names must use underscores instead of hyphens: nvl: expression-1 ``` After reverting the invalid argument name, the test passes again. -- 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]
