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: union should retrun error instead of panic when input schema's len different (#19922)
## Which issue does this PR close?
None
## Rationale for this change
current when user self construct a UnionExec that with different schema
len, it will panic instead of error
## What changes are included in this PR?
if the input for UnionExec have diffent schema len, return error instead
of panic
## Are these changes tested?
yes, add one test case
## Are there any user-facing changes?
0 commit comments