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
feat!: return typed aggregate construction errors (dd2b5b7)
BREAKING CHANGES
PlannerError is now non-exhaustive, adds aggregate and join variants, and UnsupportedLogicalPlan requires a node field. Downstream exhaustive matches and field patterns must be updated.
AggregateExec::try_new, DynProofPlan::try_new_aggregate, and AggregateExec::try_get_is_uniqueness_provable now return Result values with AggregateExecError.