MaxGekk commented on a change in pull request #31309:
URL: https://github.com/apache/spark/pull/31309#discussion_r563822456



##########
File path: docs/sql-migration-guide.md
##########
@@ -45,6 +45,9 @@ license: |
     * `ALTER TABLE .. ADD PARTITION`
     * `ALTER TABLE .. RENAME PARTITION`
     * `ALTER TABLE .. DROP PARTITION`
+    * `ALTER TABLE .. RECOVER PARTITIONS`
+    * `MSCK REPAIR TABLE`
+    * `LOAD DATA`

Review comment:
       @dongjoon-hyun This one, yes but we made some fixes in 3.0/3.1 regarding 
to cache refreshing:
   - 3.0: #31006, #31060, #31236, #31116, #31305
   - 3.1: #31006, #31060, #31235, #31115, #31304
   
   Should I update the SQL migration guide about the changes, and say that "the 
commands clear cached table data"? cc @cloud-fan @HyukjinKwon 




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

Reply via email to