v.25.1Improvement
PR Updates ALTER TABLE MOVE PARTITION Permissions Handling
Historically for some reason, the queryALTER TABLE MOVE PARTITION TO TABLEcheckedSELECTandALTER DELETErights instead of dedicatedALTER_MOVE_PARTITION. This PR makes use of this access type. For compatibility, this permission is also will be granted implicitly ifSELECTandALTER DELETEare granted, but this behavior will be removed in future releases. Closes #16403. #71632 (pufit).