omnigraph/crates/omnigraph
aaltshuler 3fe96f2239 feat(engine): blob tables compact — remove the LANCE_SUPPORTS_BLOB_COMPACTION gate
Lance 8.0.0 shipped full blob-v2 compaction (upstream #7017, hardened by
#7618 in 9.0.0-beta.15), executing this gate's documented removal plan:
the constant, the optimize skip branch, and
SkipReason::BlobColumnsUnsupportedByLance are deleted. The surface guard
inverts to a positive pin (compact_files_succeeds_on_blob_columns) and
the maintenance test now asserts a multi-fragment blob table compacts,
publishes, and keeps every row
(optimize_compacts_blob_table_alongside_plain_table).
2026-07-06 01:03:05 +03:00
..
benches fix(bench): restore the cfg(unix) gate displaced by the results-log insertion 2026-07-05 18:57:08 +03:00
examples feat(engine): indexed graph traversal (#149) 2026-06-09 18:09:13 +02:00
src feat(engine): blob tables compact — remove the LANCE_SUPPORTS_BLOB_COMPACTION gate 2026-07-06 01:03:05 +03:00
tests feat(engine): blob tables compact — remove the LANCE_SUPPORTS_BLOB_COMPACTION gate 2026-07-06 01:03:05 +03:00
Cargo.toml deps(lance): bump to 9.0.0-beta.15 (git rev-pin) — retire the lance-table vendor pin 2026-07-06 01:03:05 +03:00