allisonwang-db commented on code in PR #43011:
URL: https://github.com/apache/spark/pull/43011#discussion_r1331925178
##########
sql/gen-sql-functions-docs.py:
##########
@@ -34,6 +34,8 @@
"math_funcs", "conditional_funcs", "generator_funcs",
"predicate_funcs", "string_funcs", "misc_funcs",
"bitwise_funcs", "conversion_funcs", "csv_funcs",
+ "xml_funcs", "lambda_funcs", "collection_funcs",
+ "url_funcs", "hash_funcs", "struct_funcs",
Review Comment:
QQ: For generator_funcs, do we have documentation for them when used in the
FROM clause of a query? Functions like explode are typically considered
table-valued generator functions.
--
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]