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
This function (PhysicalSortExpr::evaluate_to_sort_column()) is in the execution phase. Errors at this stage should be exec_err! rather than plan_err!, right?
I also see other places have similar behavior and open this ticket to confirm. I'll submit a patch to change them if so.
To Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
https://github.com/apache/arrow-datafusion/blob/37d6bf08c948418fe6c72d072d988c2875d81e02/datafusion/physical-expr/src/sort_expr.rs#L64-L73
This function (
PhysicalSortExpr::evaluate_to_sort_column()
) is in the execution phase. Errors at this stage should beexec_err!
rather thanplan_err!
, right?I also see other places have similar behavior and open this ticket to confirm. I'll submit a patch to change them if so.
To Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: