omnigraph/crates
Ragnor Comerford fabd65b08a
Fix: propagate edge-lookup errors from iterative traversal loop
The retain-based loop swallowed catalog.lookup_edge_by_name errors by
keeping the traversal for the next pass, where it could never succeed.
This caused the no-progress break to fire, silently dropping the
traversal and producing incorrect query results with missing joins.

Replaced retain with a manual for-loop that propagates errors via ?.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 13:40:22 +02:00
..
omnigraph Fix join alignment for traversal-introduced bindings with Lance filter pushdown 2026-04-13 12:10:50 +02:00
omnigraph-cli Add query lint and check commands 2026-04-13 00:37:44 +03:00
omnigraph-compiler Fix: propagate edge-lookup errors from iterative traversal loop 2026-04-13 13:40:22 +02:00
omnigraph-server Prepare v0.2.0 release 2026-04-12 20:35:34 +03:00