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
refactor(catalog): simplify _parse_schema_in for single UnboundTable guarantee
Now that has_unbound_table enforces at most one UnboundTable at build
time, replace the early-return loop with an explicit next()/None pattern
that makes the single-match assumption clear.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments