ulysses-you commented on a change in pull request #28840:
URL: https://github.com/apache/spark/pull/28840#discussion_r442565342
##########
File path:
sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4
##########
@@ -229,6 +229,7 @@ statement
comment=(STRING | NULL)
#commentNamespace
| COMMENT ON TABLE multipartIdentifier IS comment=(STRING | NULL)
#commentTable
| REFRESH TABLE multipartIdentifier
#refreshTable
+ | REFRESH FUNCTION multipartIdentifier
#refreshFunction
Review comment:
Sorry for that is there any reason ? Seems existing function command
always after the table.
----------------------------------------------------------------
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]