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
Skip joins without ON predicates, drop CROSS JOIN fallback
- _build_join_sql now skips joins with no extractable column_pairs
instead of emitting bare JOINs that degrade to cartesian products.
- Collection SQL builder no longer CROSS JOINs unconnected tables;
tables without relationship edges are simply omitted to prevent
metric corruption from unexpected cartesian products.
0 commit comments