cloud-fan commented on a change in pull request #31524:
URL: https://github.com/apache/spark/pull/31524#discussion_r577656186
##########
File path: docs/sql-ref-syntax-ddl-alter-table.md
##########
@@ -27,6 +27,10 @@ license: |
`ALTER TABLE RENAME TO` statement changes the table name of an existing table
in the database.
+If the table is cached, the commands clear cached data of the table. The cache
will be lazily filled when the next time the table is accessed. Additionally:
Review comment:
`the commands clear` -> `the command clears`
----------------------------------------------------------------
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]