cloud-fan commented on code in PR #41932:
URL: https://github.com/apache/spark/pull/41932#discussion_r1263217835
##########
sql/core/src/main/scala/org/apache/spark/sql/functions.scala:
##########
@@ -8367,8 +8367,17 @@ object functions {
* @since 3.5.0
*/
@scala.annotation.varargs
- def call_function(funcName: String, cols: Column*): Column =
- withExpr { UnresolvedFunction(funcName, cols.map(_.expr), false) }
+ def call_function(funcName: String, cols: Column*): Column = {
Review Comment:
can we update the API doc? we should highlight that the function name can be
qualified using the SQL syntax.
--
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]