You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/12/29 15:53:29 UTC

[GitHub] [spark] cloud-fan commented on a change in pull request #35056: [SPARK-37777][SQL] Update the SQL syntax of SHOW FUNCTIONS

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org