xinrong-meng commented on code in PR #38915: URL: https://github.com/apache/spark/pull/38915#discussion_r1039865556
########## connector/connect/src/main/scala/org/apache/spark/sql/connect/planner/SparkConnectPlanner.scala: ########## @@ -539,6 +539,15 @@ class SparkConnectPlanner(session: SparkSession) { * @return */ private def transformScalarFunction(fun: proto.Expression.UnresolvedFunction): Expression = { + if (fun.getFunctionName == "product") { Review Comment: I was thinking we wanted to add `product` to `FunctionRegistry` as a follow-up for https://github.com/apache/spark/pull/38905. I didn't see how we've done this in this PR. Would you help me understand? -- 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