feat: add num_attempts to merge insert result (#2795)

This pipes the num_attempts field from lance's merge insert result
through lancedb. This allows callers of merge_insert to get a better
idea of whether transaction conflicts are occurring.
This commit is contained in:
Wyatt Alt
2025-11-19 09:32:57 -08:00
committed by GitHub
parent ce1bafec1a
commit 386fc9e466
6 changed files with 28 additions and 3 deletions

View File

@@ -8,6 +8,14 @@
## Properties
### numAttempts
```ts
numAttempts: number;
```
***
### numDeletedRows
```ts