HyukjinKwon commented on code in PR #48004: URL: https://github.com/apache/spark/pull/48004#discussion_r1746372332
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala: ########## @@ -384,7 +384,9 @@ object FunctionRegistry { expression[Rand]("rand"), expression[Rand]("random", true, Some("3.0.0")), expression[Randn]("randn"), + expression[RandStr]("randstr"), expression[Stack]("stack"), + expression[Uniform]("uniform"), Review Comment: Should also add it into Scala/Python functions in both Spark Connect and Classic. Would be great if we can file JIRAs to make sure we don't forget -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org