cloud-fan commented on a change in pull request #35056:
URL: https://github.com/apache/spark/pull/35056#discussion_r776390428



##########
File path: docs/sql-ref-syntax-aux-show-functions.md
##########
@@ -30,7 +30,7 @@ clause is optional and supported only for compatibility with 
other systems.
 ### Syntax
 
 ```sql
-SHOW [ function_kind ] FUNCTIONS [ [ LIKE ] { function_name | regex_pattern } ]
+SHOW [ function_kind ] FUNCTIONS [ { FROM | IN } database_name ] [ LIKE 
regex_pattern ]

Review comment:
       I removed the document for the legacy syntax as a soft deprecation.




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