Skip to content

Add batch delete option to Delete transform#7195

Open
leehaut wants to merge 3 commits into
apache:mainfrom
leehaut:hotfix/lance-common-73
Open

Add batch delete option to Delete transform#7195
leehaut wants to merge 3 commits into
apache:mainfrom
leehaut:hotfix/lance-common-73

Conversation

@leehaut
Copy link
Copy Markdown
Contributor

@leehaut leehaut commented May 30, 2026

Fix #7184

  • Add optional batch delete support to the Delete transform, aligned with the existing Update transform (use_batch + commit size).
  • Wire batch execution through Database.insertRow(..., useBatchUpdate, true) and flush remaining batches on dispose via emptyAndCommit().
  • Add Use batch deletes checkbox in DeleteDialog, with the same error-handling constraint as Update on databases that do not support batch + error handling together.
  • Expand unit tests for all delete plugin classes (meta, SQL generation, batch vs non-batch execution, injection, data model).

leehaut added 2 commits May 30, 2026 15:00
Signed-off-by: lance <leehaut@gmail.com>
Signed-off-by: lance <leehaut@gmail.com>
Signed-off-by: lance <leehaut@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request]: Add batch delete option in Delete Transform

1 participant