MaxGekk opened a new pull request #30979: URL: https://github.com/apache/spark/pull/30979
### What changes were proposed in this pull request? Invoke `refreshTable()` from `AlterTableDropPartitionCommand.run()` after partitions dropping. In particular, this invalidates the cache associated with the modified table. ### Why are the changes needed? While querying the table, to not return data from the dropped partitions. ### Does this PR introduce _any_ user-facing change? Yes ### How was this patch tested? By running the test suites `AlterTableDropPartitionSuite` ---------------------------------------------------------------- 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]
