mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 15:51:01 +00:00
addressed review comments
This commit is contained in:
parent
8890f3ed06
commit
574c404a66
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ func (h *Holder) IndexesPath() string {
|
|||
// the _exists field is set to row+1 when delete is started. Upon completion, the row is deleted.
|
||||
// if _exists>=1, we finish deleting the rows
|
||||
func (h *Holder) processDeleteInflight() error {
|
||||
for _, index := range h.indexes {
|
||||
for _, index := range h.Indexes() {
|
||||
if index.trackExistence {
|
||||
shards := index.AvailableShards(includeRemote).Slice()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue