-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This refactors delete range to make it clear the implementation has three mutually exclusive implementations. The idempotent implementation is used by components like schema changer to delete whole table spans. The `predicates` implementation is used by import rollback. The transactional implementation has many users including sql and the time series db. Release Note: none Informs: #131844
- Loading branch information
1 parent
5213196
commit 23eecbc
Showing
1 changed file
with
141 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters