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
Moved shared field-aware cast logic to field_aware_cast.rs,
removing try_cast.rs dependency on cast.rs for generic behavior.
Inlined shared child-lowering step in Cast/TryCast branches
by removing the generic planner helper. Added an invariant
comment in schema_rewriter.rs to clarify that create_cast_expr
expects a column already canonicalized by resolve_physical_column.
0 commit comments