-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: stable row id support in queries (#2452)
Part of #2307 * Turns on unit tests to validate we can use ANN and scalar indices with move-stable row ids. * Changed pre-filter to support move-stable row ids * Major change is that the deletion mask is no longer always a block list. With address-style rod ids they are, but now with stable row ids they will instead be an allow list.
- Loading branch information
Showing
17 changed files
with
920 additions
and
171 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,3 +97,5 @@ Cargo.lock | |
|
||
python/venv | ||
test_data/venv | ||
|
||
**/*.profraw |
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
Oops, something went wrong.