You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: mark Phase 3/4 mutation and statistics rows complete in roadmap
The delete, update, merge-insert, and compaction bindings already shipped, but
their roadmap rows were never ticked. Tick all four — naming the function that
delivers each — plus statistics export, which lands with the new
lance_dataset_calculate_data_stats() binding.
|[]| Merge-insert | Upsert functionality with builder pattern|
47
+
|[x]| Delete operations | Predicate-based deletion via `lance_dataset_delete()`|
48
+
|[x]| Update operations | Expression-based row updates via `lance_dataset_update()`|
49
+
|[x]| Merge-insert | Upsert via configurable when-matched / when-not-matched policies with `lance_dataset_merge_insert()`|
50
50
|[x]| Schema evolution | Add columns via SQL / all-null / `ArrowArrayStream` with `lance_dataset_add_columns_*()`, drop via `lance_dataset_drop_columns()`, rename / retype / set nullability via `lance_dataset_alter_columns()`|
51
51
|[x]| Version management | List via `lance_dataset_versions()`, rollback via `lance_dataset_restore()`, checkout via `lance_dataset_open(uri, opts, version)`|
52
52
@@ -55,8 +55,8 @@ Based on the [liblance RFC](https://github.com/lance-format/lance/discussions/60
55
55
| Status | Component | Description |
56
56
|--------|-----------|-------------|
57
57
|[x]| Fragment-level access | Fragment enumeration, ID listing, scanner fragment filtering |
58
-
|[]| Compaction | Fragment consolidation operations|
0 commit comments