zhengruifeng commented on code in PR #43309:
URL: https://github.com/apache/spark/pull/43309#discussion_r1352309818


##########
connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/functions.scala:
##########
@@ -8350,6 +8363,7 @@ object functions {
    *   function name that follows the SQL identifier syntax (can be quoted, 
can be qualified)
    * @param cols
    *   the expression parameters of function
+   * @group normal_funcs

Review Comment:
   we don't have `calling_funcs` after 
https://github.com/apache/spark/commit/17da43803fd4c405fda00ffc2c7f4ff835ab24aa
   
   because I feel it is more like to `def expr(expr: String): Column` which is 
in group `normal_funcs`



-- 
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]

Reply via email to