Vivek1106-04 commented on PR #58242: URL: https://github.com/apache/spark/pull/58242#issuecomment-5558336500
I also double-checked the other places the functions are registered/exported: `FunctionRegistry.scala` is already alphabetical there (factorial, gcd, hypot, lcm), and the Python `functions/builtin.py` files aren't alphabetically ordered to begin with, so `functions.scala` was indeed the only inconsistency. -- 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]
