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
fix(data-plane): vector string parsing, cross join, and graph tenant scoping
strict_format: handle VECTOR columns arriving as strings on the UPDATE
path (sqlparser debug repr, ARRAY[...] SQL literal, and JSON-style).
Extract the float conversion and dimension validation into helpers to
remove duplication.
hash join: add cross-join (cartesian product) support. Previously the
executor had no code path for join_type="cross", causing silent empty
results on any CROSS JOIN query.
graph algo: pass tenant_id into execute_graph_algo() and scope
source_node with the tenant prefix so path/traversal algorithms
resolve correctly against CSR node keys stored under tenant scope.
document read: remove a spurious filter_map-to-Some wrapping that was
masking a unit type mismatch, and simplify to a plain map.
0 commit comments