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
There are some places in Datafusion doing assertions which leads the application to crash. Its better to replace assertions with error wherever possible
There are some places in Datafusion doing assertions which leads the application to crash. Its better to replace assertions with error wherever possible
Example:
assert_eq!
here to keep it consistent with other implementations ofGroupsAccumulator
. Eg. see here among others:https://github.com/apache/datafusion/blob/main/datafusion/physical-expr/src/aggregate/groups_accumulator/prim_op.rs?plain=1#L93
Originally posted by @lkt in #10149 (comment)
The text was updated successfully, but these errors were encountered: