maropu commented on a change in pull request #28308:
URL: https://github.com/apache/spark/pull/28308#discussion_r413573172
##########
File path:
sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/ExpressionInfo.java
##########
@@ -39,6 +39,9 @@
private String since;
private String deprecated;
+ // The groups below are almost the same with ones defined in
`sql/functions.sql`.
+ // But, `collection_funcs` is split into fine-grained three groups:
`array_funcs`, `map_funcs`,
+ // and `json_funcs`.
Review comment:
This is a minor follow-up for #28224, @HyukjinKwon
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]